OQL Where Clause

Last modified: February 13, 2024

The WHERE clause specifies how the data being retrieved must be constrained.

The syntax is as following:

WHERE <constraint>

<constraint> An expression for which the value always equals true. Expressions consist of simple comparisons using operators, functions, keywords or system variables.