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: Help With a Decode

Re: Help With a Decode

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 27 Jun 2005 16:28:38 -0700
Message-ID: <1119914918.082648.257980@o13g2000cwo.googlegroups.com>


1- You don't need to select from dual to use sysdate... 2- You seem to be going at the result in a very round about way ...

How about something like
Select nvl(max(created),sysdate-3) from audit; Received on Mon Jun 27 2005 - 18:28:38 CDT

Original text of this message

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