Categories: String
CHARACTER_LENGTH
Returns the length of an input string.
Syntax
CHARACTER_LENGTH(expression varchar) → int32
- expression: String expression to determine the length of.
Examples
CHARACTER_LENGTH exampleSELECT CHARACTER_LENGTH('DREMIO')
-- 6
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.