SqlServer查询问题,求大神解答

2024-11-30 23:58:08
推荐回答(2个)
回答1:

说明:查询表1中有,表2中没有的数据
select * from 表一
where not exits
(
select * from 表二
where 表一.goodsId = 表二.goodsId
)

回答2:

可惜我不是大神。