Skip Headers
A range condition tests for inclusion in a range.
range_conditions::=
Table 6-8 describes the range conditions.
Table 6-8 Range Conditions
[NOT] BETWEEN x AND y
x
y
SELECT * FROM employees WHERE salary BETWEEN 2000 AND 3000;