How to find the same data in certain fields
Bob pang
Bob pang 2020-03-13 12:24:57
0
2
1206

As the title states, I want to query only the duplicate data in a certain field of the database. How to query? Or how to do it with PHP?

As shown below, Zhang**’s name, phone number, province, city, etc. are all listed in the same way. There may be multiple records for Zhang San

微信截图_20200313122226.png

Bob pang
Bob pang

reply all(2)
life

select count(id) from table name group by recipient having count(id)>1

骑着小毛驴逛世界

like query

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template