Returns VALUE_IF_EXISTS, if COLUMN_NAME is present in the FROM Clause of the current query, otherwise return VALUE_IF_NO_EXISTS.
Example:
COLUMNEXISTS (COLUMN_NAME,VALUE_IF_EXISTS,VALUE_IF_NO_EXISTS)
Returns VALUE_IF_EXISTS, if COLUMN_NAME is present in the FROM Clause of the current query, otherwise return VALUE_IF_NO_EXISTS.
Example:
COLUMNEXISTS (COLUMN_NAME,VALUE_IF_EXISTS,VALUE_IF_NO_EXISTS)
Comments
Please sign in to leave a comment.