~ n - Bitwise not
Example:
  > SELECT ~ 0 FROM src LIMIT 1;
  -1
