sql取内联后重复记录的第一条

2017-09-07  本文已影响0人  春天的绿叶

使用内联后,unitid有重复记录,选取AutoReplyId的最大值。

select b.*,c.ArticlesData from  (select UnitId,max(AutoReplyId) as AutoReplyId from WxGenerateQrScan a where UnitId in (1,2,3,4,5) and System=6 group by UnitId) b inner join WxAutoReplyMessage c on b.AutoReplyId = c.Id

上一篇 下一篇

猜你喜欢

热点阅读