select * from YGXX1 t1 where not exists(select * from YGXX1 where t1.username=YGXX1.username and uid<t1.uid)
Sql distinct多列问题
最新推荐文章于 2021-02-08 00:13:02 发布
select * from YGXX1 t1 where not exists(select * from YGXX1 where t1.username=YGXX1.username and uid<t1.uid)