28.2.3 Selecting Subsets (cont.)
Relational operators:
= <> < <= > >= LIKE
(Case-sensitive matching is DB dependent)
E.g.
SELECT * FROM Customer WHERE State <> 'CA'
prev
|
top
|
next