Returns TRUE if the input expression is a varchar value.
expression: Input expression.
Examples
SELECT IS_VARCHAR(column_name) -- True
Last updated 1 year ago