I have one table name as Itemmaster
I have fileds ItemCode, ItemName,ItemDet,price . Now the problem is I can duplicate records with name of ItemName,ItemDet , Item code is distinct. Now I need records with distinct with name of ItemName and ItemDet.
Eg: for duplicate entries showing as
Itemcode ItemName ItemDetails
20 | DRINK INSTANT | AL AQILI DIST FOSTER CLARKS DRINK INSTANT 15X750 GRS |
21 | DRINK INSTANT | AL AQILI DIST FOSTER CLARKS DRINK INSTANT 15X750 GRS |
22 | DRINK INSTANT | AL AQILI DIST FOSTER CLARKS DRINK INSTANT 15X750 GRS |
I want to see one record when I am fetching all record. I don't want to see duplicated .
Can anyone send me the query for it.
AK