Měli byste využít skupinu dotazem. Starý blog, který jsem napsal, je Understanding group bys
Ale v zásadě by to mělo fungovat:
select distinct ip, count(id) from users group by IP having count(id) > 1
To vrátí všechny IP adresy s počtem> 1
Měli byste využít skupinu dotazem. Starý blog, který jsem napsal, je Understanding group bys
Ale v zásadě by to mělo fungovat:
select distinct ip, count(id) from users group by IP having count(id) > 1
To vrátí všechny IP adresy s počtem> 1