SELECT DESTINCT(ip) FROM table_name
Posted: Tue Nov 26, 2002 12:37 pm
I've seen something like that somewhere, but I forgot how to do it.
What it does is selects everthing from the table, listing only different values of the columb "ip". Anyone know what the query line for this is?
What it does is selects everthing from the table, listing only different values of the columb "ip". Anyone know what the query line for this is?