|
String Length
STR_LEN(<str-expr>) Get string length
This function actually returns a numeric value - the length of the string argument, in characters. An empty string returns 0.
|
|
STR_LEN(<str-expr>) Get string length
This function actually returns a numeric value - the length of the string argument, in characters. An empty string returns 0.
|