CHAR_LENGTH clause
The CHAR_LENGTH clause obtains the length of a String type column.
Example
SELECT CHAR_LENGTH(Column1) AS Column1Length FROM ...
The CHAR_LENGTH clause obtains the length of a String type column.
SELECT CHAR_LENGTH(Column1) AS Column1Length FROM ...
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.