The LEN functions return the length of char. LEN calculates length
using characters as defined by the input character set. LENB uses bytes instead
of characters. char can be any of the data types CHAR, VARCHAR2, NCHAR,
NVARCHAR2, CLOB, or NCLOB. The return value is of data type NUMBER. If char has
data type CHAR, then the length includes all trailing blanks. If char is null,
then this function returns null.
Restriction on LENB the LENB
function is supported for single-byte LOBs only. It cannot be used with CLOB
and NCLOB data in a multibyte character set
SQL Function Len(
) Syntax: