1、数据库表:
希望查询出来的结果是这样的:
sql语句:
select * from user where name in (select name from user group by name having count(1) > 1);
只不过这种的查询速度很慢。
标签:数据库表 ber 分享图片 查询 com keyword back post logs
1、数据库表:
希望查询出来的结果是这样的:
sql语句:
select * from user where name in (select name from user group by name having count(1) > 1);
只不过这种的查询速度很慢。
标签:数据库表 ber 分享图片 查询 com keyword back post logs
原文地址:http://www.cnblogs.com/smile-nn/p/8075163.html