ReferenceSQL ReferenceSQL FunctionsfunctionsIS_VARCHARVersion: current [25.x]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)-- True