我需要对多行执行插入查询,其中第一列是数字且相同的值,第二列是从另一个表查询的.
就像是
插入表格(33,从another_table中选择col2);
这可以用一个声明来完成吗?
postgresql select insert
insert ×1
postgresql ×1
select ×1