sele 1
use 表1
sele 2
use 表2
sele 3
use 表3
select*
from
表2
where
jh
not
in
(select
jh
from
表1)
into
table
表3
把表2中有而表1中没有的记录提出来,放到新生成的表3里
1、B2、A
3、A
4、A
5、D
6、A
7、B
8、A
9、C
10、A
11、B
12、A
13、B
14、B
15、B
欢迎分享,转载请注明来源:内存溢出
sele 1
use 表1
sele 2
use 表2
sele 3
use 表3
select*
from
表2
where
jh
not
in
(select
jh
from
表1)
into
table
表3
把表2中有而表1中没有的记录提出来,放到新生成的表3里
1、B2、A
3、A
4、A
5、D
6、A
7、B
8、A
9、C
10、A
11、B
12、A
13、B
14、B
15、B
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)