WHERE clause of SELECT

The WHERE clause can specify join conditions for HCL OneDB™-extension joins, post-join filters for ANSI-compliant joins, and for search criteria on data values.

This syntax fragment is part of the SELECT statement.
(1)
WHERE Clause

1  WHERE
1+ Logical_Operator
1  %Condition1
1  %Join2
1  %Function Expression3
1 (subquery)
1 
2.1 ( %Collection Subquery4)
2.1  %Statement Local Variable Expressions5
Element Description Restrictions Syntax
Logical_ Operator Combines two conditions Valid options are logical union (= OR or OR NOT) or logical intersection ( = AND or AND NOT) Conditions with AND or OR
subquery Embedded query Cannot include the FIRST or ORDER BY keywords SELECT statement