Char Length
String Function
Description
Returns the number of characters in string.
Click here to navigate to the PostgreSQL docs page for this syntax.
Grammar Syntax
CHAR_LENGTH(string)
Sample Source Patterns
PostgreSQL
SELECT CHAR_LENGTH('#000000123');
Snowflake
SELECT LENGTH('#000000123');
Last updated
Was this helpful?