SELECT DISTINCT `uid` , `username` , `name` , `phone` , `sex` , `age` , timeFROM `two_users` GROUP BY uid order by time asc
注:distinct要放在前面,不然会报错