Predicates are expressions which return a Boolean value as a result, that is, FALSE
, TRUE
, or NULL
(or its alias, UNKNOWN
).
Predicates can be used as follows:
SELECT
list as well as in the WHERE
and HAVING
clause of a SELECT queryWHERE
clause of the UPDATE and DELETE statementsON
clause and the WHERE
clauses of the MERGE statementThe supported predicates in Exasol include
[topic list]