Mega Code Archive
Categories
/
MySQL Tutorial
/
Comparison Functions Operators
Less than
mysql> mysql> SELECT 2 < 2; +-------+ | 2 < 2 | +-------+ | 0 | +-------+ 1 row in set (0.00 sec)