阅读背景:

如何更改此查询以使用JOIN?

来源:互联网 

I currently have

我现在有

select * from A where A.id not in 
    (select B.id from B where B.user ='b') and A.user <> 'b'
select * from A where



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: