多表查询之后怎么把这个查询结果存入到另一张表里。
我有3张表 A B C 我查询 A,B表
代码:
select team_url from [a] where team_url not in(select team_url from [b]))
这段是得到 A表跟B表中不相等的数据TEAM_URL
然后把这个得出Team_url 存入到C表中。
这个代码应该怎么写网上查到的试用都没用
2009-08-16 10:09
2009-08-17 16:49