I have a need to do something like `INSERT INTO foo (x, y) VALUES ( (SELECT b1.id FROM boo b1 WHERE …), 3 );`, do we support this function in gopg?