Define complex search conditions

In addition to the basic comparison predicates (=, >, <, and so on), a search condition can contain any of the predicates BETWEEN, IN, EXISTS, IS NULL, and LIKE.

A search condition can include a scalar fullselect.

For character, or UCS-2 or UTF-16 graphic column predicates, the sort sequence is applied to the operands before evaluation of the predicates for BETWEEN, IN, EXISTS, and LIKE clauses.

You can also perform multiple search conditions.

Related concepts
Use subqueries
Sort sequences and normalization in SQL
Related reference
Specify a search condition using the WHERE clause
Expressions in the WHERE clause
Multiple search conditions within a WHERE clause
Special considerations for LIKE
Related information
Predicates