阅读背景:

Select top 10 * from A where (a,b) not in(select top 10 a,b from A)如何实现

来源:互联网 
我想实现如下效果:

Select top 10 *
 from A
 where (a,b) not in(select top 10 a,b from A)  



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

分享到: