smile-nn

1、数据库表:

希望查询出来的结果是这样的:

sql语句:

select * from user where name in (select name from user group by name having count(1) > 1);

只不过这种的查询速度很慢。

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-26
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
相关资源
相似解决方案