I would like to know how to do a select that has one of the columns specified as distinct.
Select Distinct Col1 col2 col3 col4
from table
doesn't work because I still get duplicates in col3. I would like to get all of the columns but to eliminate any row that has a duplicate value in col3
That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
Select Distinct Col1 col2 col3 col4
from table
doesn't work because I still get duplicates in col3. I would like to get all of the columns but to eliminate any row that has a duplicate value in col3
That'l do donkey, that'l do
![[bravo] [bravo] [bravo]](/data/assets/smilies/bravo.gif)
If you are unsure of forum etiquette check here faq796-2540