1~ n - Bitwise not
2Example:
3  > SELECT ~ 0 FROM src LIMIT 1;
4  -1
5