bitwise operator in SQL

MySQL right shift is logic shift. 
```
 SQL > select -2 >> 1 ;
+---------------------+
| -2 >> 1             |
+---------------------+
| 9223372036854775807 |
+---------------------+
1 row in set (0.0003 sec)
```
MySQL does not support arithmetic shift