Logical predicates in a WHERE clause

The WHERE clause specifies search criteria and join conditions on the data that you want to select.

Collation rules affect the WHERE clause when the expressions in the condition are column expressions with character data types and the search condition is one of the following logical predicates:
  • Relational-operator condition
  • BETWEEN condition
  • IN condition
  • EXISTS and ANY conditions