Hi,
I'd like to have a filter which would be something like:
SELECT `cb_realip` , COUNT( * ) AS total FROM `jos_comprofiler` GROUP BY `cb_realip` HAVING total > 1
Would it be possible?
I want to filter the users who have same IP address.
Thanks,
Vilmondes