Hi,
I have hot a table with 50,000 + rows of IP addresses ripped from apache logs. I need to SELECT DISTINCT the ip and check if the field 'form' is set to 1. if form is not =1 then still select eg.
TABLE -
IP form
169.168.0.1 0
169.168.0.1 0
169.168.0.1 1...