Hi all can anyone advise how do i check mutiple rows with same data?
E.g.
I have 2 rows with following values:
Cola Colb Colc
TYPE_APPLE 123 abc
Colb Colb Colc
TYPE_APPLE 123 abc
I want to write an SQL query which will not select data of mutiple rows which contain the same data as above. How should I write the query?
