当前位置:网站首页>Oracle/PLSQL: Length Function
Oracle/PLSQL: Length Function
2022-06-27 01:45: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 |
边栏推荐
- Memcached foundation 4
- Recursion will make strtok more attractive
- 30 MySQL tutorial MySQL storage engine overview
- UVM中config_db机制的使用方法
- Clip: learning transferable visual models from natural language monitoring
- Oracle/PLSQL: Soundex Function
- Memcached foundation 1
- 持续交付-Blue Ocean 应用
- Oracle/PLSQL: VSize Function
- Summary of working at home during the epidemic | community essay solicitation
猜你喜欢

SystemVerilog仿真速率提升

I encountered some problems when connecting to the database. How can I solve them?
Reading a book in idea is too much!

Ml: a detailed introduction to the division of the top ten roles, backgrounds, responsibilities and outputs of the machine learning engineering team

Recursion will make strtok more attractive

getReader() has already been called for this request

浏览器缓存

Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years

简单学习GoogleColab的入门级概念

WiFi-IoT 鸿蒙开发套件样例开发
随机推荐
XSS attack notes (Part 1)
Interface test framework practice (I) | requests and interface request construction
Memcached Foundation
Parameter transfer method between two pages
在连接数据库的时候遇到了点问题,请问怎么解决呀?
Config in UVM_ How to use the DB mechanism
二叉樹oj題目
【毕业季】角色转换
Ml: a detailed introduction to the division of the top ten roles, backgrounds, responsibilities and outputs of the machine learning engineering team
UVM in UVM_ config_ Setting and obtaining DB non-linear
Markdown table (consolidated)
getReader() has already been called for this request
Browser cache
Kept to implement redis autofailover (redisha) 16
SystemVerilog simulation speed increase
uvm中的config机制方法总结(一)
Memcached foundation 9
Memcached foundation 6
Oracle/PLSQL: Translate Function
BS-GX-016基于SSM实现教材管理系统