sqlx/tests/postgres/test-query.sql
2020-06-05 20:28:21 -07:00

1 line
52 B
SQL

SELECT * from (VALUES (1, null)) accounts(id, name)