Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 278 Bytes

File metadata and controls

22 lines (15 loc) · 278 Bytes
description
This section contains reference documentation for the length function.

length

calculate length of the string

Signature

LENGTH(col)

Usage Examples

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