This section contains reference documentation for the length function.
calculate length of the string
LENGTH(col)
SELECT length('Pinot') AS value FROM ignoreMe
5
Last updated 2 years ago