Data Types MySQL Tutorial

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