insert into 表3(字段1,字段2) select 表1.UserName,表2.GroupName from 表1,表2 where ...
转载于:https://www.cnblogs.com/Fengbingbing/p/9673345.html
insert into 表3(字段1,字段2) select 表1.UserName,表2.GroupName from 表1,表2 where ...
转载于:https://www.cnblogs.com/Fengbingbing/p/9673345.html