To obtain the length of a value or column use the LENGTH() function.
LENGTH()
SELECT LENGTH(<value or column>) FROM <tables>;
Last updated 5 years ago
Was this helpful?