Sql Question - TechRepublic
General discussion
May 5, 2005 at 09:49 AM
maison.hughes

Sql Question

by maison.hughes . Updated 21 years, 1 month ago

I have a table in which I need to select only the participants who have multiple rows. I tried the group by and having count(*) > 1 but I need to display each time they are in the table but only if they are in more than one. Thanks.

This discussion is locked

All Comments