select A.* from A,(select 字段1,min(字段2) 字段4 from A group by 字段1) A2 where A.字段1=A2.字段1 and A.字段2=A2.字段4;
select 字段1,min(字段2) ,字段3 from A group by 字段1;
17,140
社区成员
55,259
社区内容
加载中
试试用AI创作助手写篇文章吧