Skip to content

Instantly share code, notes, and snippets.

@mattm
Created November 1, 2017 18:22
Embed
What would you like to do?
SELECT COALESCE(NULL, 0)
+-------------------+
| COALESCE(NULL, 0) |
+-------------------+
| 0 |
+-------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment