发布网友 发布时间:2022-04-09 06:12
共2个回答
热心网友 时间:2022-04-09 07:42
PostgreSQL的话,用这个:
select * from test where id in (select max(id) from test group by concat(name,code));来自:求助得到的回答
热心网友 时间:2022-04-09 09:00
你写的两个SQL都是错误的。。你可以把你的表结构说明一下然后想要的结果也说一下,看看能不能帮你写一下吧