sql: insert into 的时候需要取另一个表中的一个字段值如何写SQL语句

2025-05-20 00:13:28
推荐回答(1个)
回答1:

insert into (col1,col2,....)
select col1,'aaa',...... from table