Relational operators compare an attribute with a constant or with another attribute:
Operator |
Meaning |
Equal to (default) |
|
Less than |
|
Greater than |
|
Less than or equal to |
|
Greater than or equal to |
|
Not equal to |
|
Null |
See Also