ITADN
go-pg/pg/Issues

Do we support select to insert

#1972Opencryptodogge 创建于 2023-02-15
C
cryptodoggecommented
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?
1 条评论