Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
Functions, 42 of 121
LENGTH
returns the length of char in characters. If char has datatype CHAR
, the length includes all trailing blanks. If char is null, this function returns null.
SELECT LENGTH('CANDIDE') "Length in characters" FROM DUAL; Length in characters -------------------- 7
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|