Syntax
column-name comparison-op constant-expression
Semantics
column-name |
is a single column of one the tables specified in the FROM clause. |
comparison-op |
is one of the |
constant-expression |
is a constant value of the same data type as the column-name |
Notes
Examples
Dimension.column1 = 2
Dimension.column2 = 'Seafood'