如何将两张只有一个字段相同的表合并成一张,不考虑上下顺序和从属关系。
收起
对sqlserver,可用select a.name,a.class,a.nj ,b.code,b.long into table3 from table1 a,table2 b where a.nj=b.nj
报告相同问题?