Skip to content

Instantly share code, notes, and snippets.

@nikz
Created November 3, 2009 10:25
Show Gist options
  • Select an option

  • Save nikz/224938 to your computer and use it in GitHub Desktop.

Select an option

Save nikz/224938 to your computer and use it in GitHub Desktop.
mysql> SELECT 5 / NULL;
+----------+
| 5 / NULL |
+----------+
| NULL |
+----------+
1 row in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment