All pages
Powered by GitBook
1 of 1

Loading...

length

This section contains reference documentation for the length function.

calculate length of the string

Signature

LENGTH(col)

Usage Examples

value
SELECT length('Pinot') AS value
FROM ignoreMe

5