主要是看到一种新的写法,记录一下
select * from table where(user_id,amount) in (select user_id, max(amount) from table group by user_id)
赞助一杯咖啡☕️
本文由 widdy 创作,采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
最后编辑时间为: Feb 10, 2022 at 11:09 am