摘要: SELECT * FROM user WHERE Uid IN ( select min(Uid) from user group by Sid ) 阅读全文
posted @ 2019-01-27 15:03 爱吃醋的工程师 阅读(1052) 评论(0) 推荐(0) 编辑