Function MySQL

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