Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Report from SQL*Plus (multiple selects)
then make a join
SELECT <columns of interest>
FROM tableA, tableB
WHERE
GROUP BY
Like I said, look up BREAK and COMPUTE.
Your manual should have a few examples.
Received on Mon Dec 13 2004 - 16:31:16 CST