IS_VARCHAR
Returns TRUE if the input expression is a varchar value.
Syntax
IS_VARCHAR(expression union<>) → boolean
expression: Input expression.
Examples
SELECT IS_VARCHAR(column_name)
-- True
Last updated
Was this helpful?