arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

length

This section contains reference documentation for the length function.

calculate length of the string

hashtag
Signature

LENGTH(col)

hashtag
Usage Examples

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

5