Comparison Functions Operators MySQL Tutorial

mysql>
mysql> SELECT 'b' BETWEEN 'a' AND 'c';
+-------------------------+
| 'b' BETWEEN 'a' AND 'c' |
+-------------------------+
|                       1 |
+-------------------------+
1 row in set (0.00 sec)
mysql>