Look for duplicate records in the mysql data table

  • 2020-05-09 19:24:12
  • OfStack


select user_name,count(*) as count from user_table group by user_name having count>1; 

I have sent one ACCESS under asp in the early days

Related articles: