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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Problem with dates...

Re: Problem with dates...

From: Jared Still <jkstill_at_gmail.com>
Date: Mon, 4 Oct 2004 07:50:14 -0700
Message-ID: <bf4638041004075017e963aa@mail.gmail.com>


So, what kind of output do you see from:

select distinct revwmonth||' '||revwyear   from site_details s, activity a
  where revwyear is not null
  and s.cllocn=a.cllocn
  and a.outcome is null
  and revwmonth is not null
  and revwmonth!=' '
/

?

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 04 2004 - 09:46:09 CDT

Original text of this message

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