ynotlim
06-13-2007, 10:27 PM
I have a table w/ id, first name, last name, score.
I want to do a search of all people who have are in the table more than once.
ie.
select * from table_1 where (first_name+last_name comes up more than twice.)
thanks in advance,
Tony
I want to do a search of all people who have are in the table more than once.
ie.
select * from table_1 where (first_name+last_name comes up more than twice.)
thanks in advance,
Tony