Less than: < : Less than « Comparison Functions Operators « MySQL Tutorial






mysql>
mysql> SELECT 2 < 2;
+-------+
| 2 < 2 |
+-------+
|     0 |
+-------+
1 row in set (0.00 sec)








15.12.Less than
15.12.1.Less than or equal: <=
15.12.2.Compare string value using the Less than or equal(<=) operator
15.12.3.Less than: <
15.12.4.Comparing integer value with less than operator
15.12.5.Compare string value using the Less than( < ) operator