Mega Code Archive
Categories
/
MySQL Tutorial
/
Comparison Functions Operators
Greater than or equal
mysql> mysql> SELECT 2 >= 2; +--------+ | 2 >= 2 | +--------+ | 1 | +--------+ 1 row in set (0.00 sec) mysql>