Greater than or equal: >= : Greater than « Comparison Functions Operators « MySQL Tutorial






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

mysql>








15.5.Greater than
15.5.1.Greater than or equal: >=
15.5.2.Compare string value using the Greater than or equal( >= )
15.5.3.Greater than: >
15.5.4.Compare string value using the Greater than ( >= ) operator