阅读背景:

select distinct A,B from Table1 order by C,排序字段不在select distinct选择字段中,如何做?

来源:互联网 
如题。一种说法是
select distinct A,B from (select * from Table1 order by C desc) select distinct A,B from (select * f



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

分享到: