Less than or equal: <= : Less than « Comparison Functions Operators « MySQL Tutorial






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

mysql>








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