CHAR_LENGTH(), CHARACTER_LENGTH()
String length in characters
INTEGER, or BIGINT for BLOB
CHAR_LENGTH (string) | CHARACTER_LENGTH (string)
| Parameter | Description |
|---|---|
string |
An expression of a string type |
Gives the length in characters of the input string.
|
Note
|
|