Finding Length of Strings

To obtain the length of a value or column use the LENGTH() function.

SELECT LENGTH(<value or column>) FROM <tables>;

Last updated

Was this helpful?