Go to the FreeLists Home Page Home Signup Help Login
 



Browse oracle-l: This Month's ArchiveMain Archive PageRelated postsPrevious by DateNext by Date

Re: A SQL solution possible?

  • From: Wolfgang Breitling <breitliw@xxxxxxxxxxxxx>
  • To: lambu999@xxxxxxxxx
  • Date: Tue, 05 Apr 2005 05:52:05 -0600
Try this

select b.DESIGNATION, b.YEAR, nvl(a.AVG_AMT,0), nvl(a.TOT_AMT,0), a.COMMENTS
from destination a,
  (select designation, year from account_tbl, fiscal_year) b
where a.designation(+) = b.designation
and a.fiscal_year(+) = b.year




Regards

Wolfgang Breitling
Centrex Consulting Corporation
www.centrexcc.com 

--
http://www.freelists.org/webpage/oracle-l

Other related posts:

  • A SQL solution possible?
  • Re: A SQL solution possible?
  • Re: A SQL solution possible?
  • RE: A SQL solution possible?
  • Re: A SQL solution possible?




  • [ Home | Signup | Help | Login | Archives | Lists ]

    All trademarks and copyrights within the FreeLists archives are owned by their respective owners.
    Everything else ©2008 Avenir Technologies, LLC.