Dear friends I have a query for my software. I want to concatinate all records for a particular criteria in one row. see the exampleItem_Order_Table Has follwing records in buyer_code and item_code fieldBuyer_Code Item_Code A X B X C Y A Y B Z_____________________________________now the output required isBuyer_Code Item_Code A,B X C,A Y B Z ______________________________
I just wanted to know that how can i concatinate buyer_Code field with one query only. I can do this with my .net programming too but it will reduce the performance. so please guide me.Thanks in advanceShiv Preet