CrystalChris
Technical User
Hi,
I am looking for some help to create a mysql query to get the distinct (per day) count of ip addresses a link has been clicked for a date range.
Lets say my IP address clicks on the same link 5 times every day during January 2012 using the same ip address. There would be 155 (5*31) records in the table but the query result should display 31 as we are only counting the same ip address max of once per day.
Any help would be appreciated
I am looking for some help to create a mysql query to get the distinct (per day) count of ip addresses a link has been clicked for a date range.
Lets say my IP address clicks on the same link 5 times every day during January 2012 using the same ip address. There would be 155 (5*31) records in the table but the query result should display 31 as we are only counting the same ip address max of once per day.
Any help would be appreciated