当前位置:网站首页>Oracle/PLSQL: Lower Function
Oracle/PLSQL: Lower Function
2022-06-27 01:35:00 【yuanlnet】
In Oracle/PLSQL, the lower function converts all letters in the specified string to lowercase. If there are characters in the string that are not letters, they are unaffected by this function.
Syntax
The syntax for the lower function is:
lower( string1 )
string1 is the string to convert to lowercase.
Applies To
- Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
For Example
lower('Tech on the Net'); | would return 'tech on the net' |
lower('GEORGE BURNS 123 '); | would return 'george burns 123 ' |
边栏推荐
- The most difficult 618 in history, TCL won the first place in both jd.com and tmall.com shares in the TV industry
- get_ Usage Summary of sequencer
- Some exception handling for idea plug-in development
- perl语言中 fork()、exec()、waitpid() 、 $? >> 8 组合
- Analysis of ideal L9 product power: the price is 459800 yuan, the four cylinder engine is adopted, and the endurance is 1315km
- I encountered some problems when connecting to the database. How can I solve them?
- buuctf-pwn write-ups (6)
- Keepalived 实现 Redis AutoFailover (RedisHA)12
- SystemVerilog仿真速率提升
- XSS attack notes (Part 1)
猜你喜欢
架构实战营模块五作业
idea 插件开发一些异常处理
Modeling specifications: environment settings
TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
Simply learn the entry-level concepts of googlecolab
Markdown table (consolidated)
JVM 的指针压缩
自定义类加载器对类加密解密
乔治·华盛顿大学 : Hanhan Zhou | PAC:多智能体强化学习中具有反事实预测的辅助价值因子分解
Structure the fifth operation of the actual camp module
随机推荐
Custom MVC (imported into jar package) + difference from three-tier architecture + reflection + interview questions
Reading a book in idea is too much!
C语言--职工信息管理系统设计
Kept to implement redis autofailover (redisha) 16
TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘
flutter系列之:flutter中的flow
热议:月薪1.8万却毫无意义的工作,你干吗?
memcached基础3
“所有专业都在劝退”,对大学生最友好的竟然是它?
Break through the performance bottleneck of image recognition through rust language computing acceleration technology
Tsinghua & Zhiyuan | cogview2: faster and better text image generation model
Two days of beautiful butterfly animation
uvm中的config机制方法总结(二)
可视化介绍 Matplotlib 和 Plotnine
Great vernacular with high concurrency (I)
福元医药上市在即:募资净额将达到16亿元,胡柏藩为实际控制人
Some exception handling for idea plug-in development
UVM in UVM_ config_ Setting and obtaining DB non-linear
XSS notes (Part 2)
在连接数据库的时候遇到了点问题,请问怎么解决呀?