sqlx/tests/postgres/test-query.sql

2 lines
65 B
MySQL
Raw Normal View History

SELECT id "id!", name from (VALUES (1, null)) accounts(id, name)