Categories: Datatype
IS_VARCHAR
Returns TRUE if the input expression is a varchar value.
Syntax
IS_VARCHAR(expression union<>) → boolean
- expression: Input expression.
Examples
IS_VARCHAR exampleSELECT IS_VARCHAR(column_name)
-- True
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.