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