joeyan
03-02-2010, 06:20 PM
Is there any sql statement to concatenate strings using group by?
For example, the table structure:
Order No. Items
001 Apple
001 Orange
002 Apple
I would like to SELECT the table group by Order No.:
Order No. Items
001 Apple Orange
002 Apple
thanks
Joe
For example, the table structure:
Order No. Items
001 Apple
001 Orange
002 Apple
I would like to SELECT the table group by Order No.:
Order No. Items
001 Apple Orange
002 Apple
thanks
Joe