Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: sql query on substract
Alternative Solutn
select a.s_month,a.s_sum - b.s_sum
from x_test a,x_test b
where to_date(a.s_month,'MON') = add_months(to_date(b.s_month,'MON'),1)
or rownum = 1
-----Original Message-----
From: jonny99delmont [mailto:jonny99delmont_at_yahoo.co.uk] Sent: Friday, July 26, 2002 3:13 PM To: ORACLE-L Cc: jonny99delmont
<< File: sql query on substract.HTM >>
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: cosltemp-g.manoj_at_orbitech.co.in
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Jul 26 2002 - 06:43:22 CDT