原始查询是这样的
我现在要根据 dh 列去重查询,怎么做??
select max(t.id) as id,t.dh,max(t.shenhe) as shenhe,max(t.xid) as xid,max(t.sid) as sid,max(t.ym) as ym
from
(
--你写的
) as t
group by t.dh
OK了,非常感谢