ReferenceSQL ReferenceSQL FunctionsfunctionsIS_VARCHARVersion: current [26.x Preview]On this pageCategories: Datatype IS_VARCHAR Returns TRUE if the input expression is a varchar value. Syntax IS_VARCHAR(expression any) → boolean expression: Input expression. Examples IS_VARCHAR example SELECT IS_VARCHAR(column_name)-- TrueWas this page helpful?