php mysql データ
たとえば、ユーザー テーブルに同じユーザー名がある場合、これらの同じ名前をすべて見つける方法、、、、、、 ユーザー テーブルに次のようなものがあると仮定します。プライマリキー ID
select * from user table t where names(select 1 from user table where username=t.username and id a8093152e673feb7aba1828c43532094 t.id);
select * from tbname group by name having count(name)>1
ありがとうございます! ! !