Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Combining Rows in a SQL Query
Hi
I would like to find out if it is possible via a SQL query to do something
like this:
given a invoice -- invoice item table structure have a SQL query show me
something like
Invoice Products
---------- ---------------
1012 a,b,c,d 1013 a,e,f
this input table would be some thing like
Invoice Produc
t
---------- ------------
1012 a 1012 b 1012 c 1012 d 1013 a 1013 e 1013 f
does anybody know who to do this without using a cursor in PL/SQL ???
Thank you
Ian Holsman
IanHolsman_at_Iname.com
Received on Wed May 21 1997 - 00:00:00 CDT
![]() |
![]() |