就像是
插入表格(33,从another_table中选择col2);
这可以用一个声明来完成吗?
insert into table select 33,col2 from another_table;