Operator | Description |
x AND y | Returns true when both x and y are true |
x OR y | Returns true when either x or y is true |
NOT x | Returns true if x is false, and returns false if x is true |
1.4.Logical Operators | ||||
1.4.1. | Using the Logical Operators | |||
1.4.2. | Use the AND operator to retrieve rows | |||
1.4.3. | Use the OR operator to retrieve rows | |||
1.4.4. | Use NOT in where clause | |||
1.4.5. | Understanding Operator Precedence |