Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sql query syntax
What you want to do is join T1 and T2 on the ID column and then convert
the rows into columns. Look up pivot tables in the archives. The
analytic function row_number can also be useful in this task.
HTH -- Mark D Powell --
Received on Tue Feb 01 2005 - 08:29:52 CST