简介:获取栏位值的字符个数一般运用于对字符串进行截取,所以首先要先获取字符串的长度。
语法结构:
select length(d.colum) from db_table d
实例:
---实例 select length('xxxx') as strlength from dual ---4