fix(macros): fix macros for Postgres

This commit is contained in:
Austin Bonander
2020-06-05 20:28:21 -07:00
parent e3dbd58bf2
commit bddb2e560f
5 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1 @@
SELECT * from (VALUES (1, null)) accounts(id, name)