Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Report from SQL*Plus (multiple selects)

Re: Report from SQL*Plus (multiple selects)

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 13 Dec 2004 14:31:16 -0800
Message-ID: <1102977076.247372.122270@z14g2000cwz.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US