Guest User

Untitled

a guest
Apr 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. mysql> SELECT 5 / NULL;
  2. +----------+
  3. | 5 / NULL |
  4. +----------+
  5. | NULL |
  6. +----------+
  7. 1 row in set (0.00 sec)
Add Comment
Please, Sign In to add comment