Hi everyone...well i was wondering how i can show distinct records from database (basically i want to show distinct records if values in certain column are the same
I tried to use COUNT(*) function and HAVING COUNT(*)>1 to filter some records, i actually got some what less records as the first time...but some data in column are still the same...how can i get rid of showing that data too?)
Thnx for the info...
I tried to use COUNT(*) function and HAVING COUNT(*)>1 to filter some records, i actually got some what less records as the first time...but some data in column are still the same...how can i get rid of showing that data too?)
Thnx for the info...