![]() |
#2
happynight2009-08-17 16:49
|
我有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表中。
这个代码应该怎么写网上查到的试用都没用