sql语句转换 返回
SqlSugar
老数据
2
1602
悬赏:0 飞吻
select * from table a inner join (
select Type, max(cunt) as cuntfrom table where Po= '123456789' group by Type) b
on a.cunt= b.cunt and a.Type = b.Type and Po = b.Po
这种语句能转换成框架的写法吗
热忱回答(2)
-
fate stay night VIP0
2021/9/14https://www.donet5.com/Home/Doc?typeId=2354
0 回复 -
大灰狼 VIP0
2021/9/15@fate stay night:谢谢。
0 回复