1 2 3 4 5
with accounts (id, name) as ( VALUES (1, 'Herp Derpinson') ) select * from accounts where id = ?;