Dremio Software homeReferenceSQL ReferenceSQL FunctionsfunctionsLENGTHVersion: 24.3.xOn this pageCategories: String LENGTH Returns the length of an input string. If the character encoding isn't specified, it assumes to UTF8. Syntax LENGTH([expression varchar]) → int32