当前位置:网站首页>Oracle/PLSQL: Length Function
Oracle/PLSQL: Length Function
2022-06-27 01:35:00 【yuanlnet】
In Oracle/PLSQL, the length function returns the length of the specified string.
Syntax
The syntax for the length function is:
length( string1 )
string1 is the string to return the length for. If string1 is NULL, then the function returns NULL.
Applies To
- Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
For Example
length(NULL) | would return NULL |
length('') | would return NULL |
length('Tech on the Net') | would return 15 |
length('Tech on the Net ') | would return 16 |
边栏推荐
- Hibernate generates SQL based on Dialect
- Online text digit recognition list summation tool
- SystemVerilog仿真速率提升
- Kept to implement redis autofailover (redisha) 16
- 使用NetworkX对社交网络进行系统的分析:Facebook网络分析案例
- leetcode 1143. Longest Commom Subsequence 最长公共子序列(中等)
- Flutter series: flow in flutter
- “所有专业都在劝退”,对大学生最友好的竟然是它?
- 浏览器缓存
- Amazon elasticache quickly builds a cache service cluster, which is fast
猜你喜欢
![Count the logarithm of points that cannot reach each other in an undirected graph [classic adjacency table building +dfs Statistics - > query set optimization] [query set manual / write details]](/img/cc/a0be58eddc72c22a9a6ee5c61eb81a.png)
Count the logarithm of points that cannot reach each other in an undirected graph [classic adjacency table building +dfs Statistics - > query set optimization] [query set manual / write details]

ThreadLocal详解

我靠副业一个月挣了3W块:你看不起的行业,真的很挣钱!

使用NetworkX对社交网络进行系统的分析:Facebook网络分析案例

SystemVerilog仿真速率提升

【毕业季】角色转换

“所有专业都在劝退”,对大学生最友好的竟然是它?

理想L9产品力分析:售价45.98万,采用四缸发动机,续航1315公里

Systematic analysis of social networks using Networkx: Facebook network analysis case

按键控制LED状态翻转
随机推荐
使用NetworkX对社交网络进行系统的分析:Facebook网络分析案例
Keepalived 实现 Redis AutoFailover (RedisHA)12
perl语言中 fork()、exec()、waitpid() 、 $? >> 8 组合
Reporting Classes中uvm_report_server的get_severity_count和get_server用法
Keepalived 实现 Redis AutoFailover (RedisHA)14
热议:月薪1.8万却毫无意义的工作,你干吗?
JVM 的指针压缩
我靠副业一个月挣了3W块:你看不起的行业,真的很挣钱!
Esp32 add multi directory custom component
Analysis of ideal L9 product power: the price is 459800 yuan, the four cylinder engine is adopted, and the endurance is 1315km
Oracle/PLSQL: CharToRowid Function
Cookie, sessionstorage, localstorage differences
IIS deploy static web site and FTP service
UVM in UVM_ config_ Setting and obtaining DB non-linear
30 MySQL tutorial MySQL storage engine overview
memcached基础7
Memcached foundation 5
leetcode 1143. Longest Commom Subsequence 最长公共子序列(中等)
Binary tree OJ problem
Amazon ElastiCache 飞速搭建缓存服务集群,这才叫快