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

Home -> Community -> Usenet -> c.d.o.tools -> Re: PL/SQL question.

Re: PL/SQL question.

From: Frank <franjoe_at_frisurf.no>
Date: Sun, 17 Jun 2001 16:21:15 +0200
Message-ID: <l23X6.2311$sC3.37652@news1.oke.nextra.no>

Hi!
I think you must give the query column MAX(waf_end) an alias name.

E.g:

     CURSOR C1 IS
     SELECT devwafid, devx, devy,
     MAX(waf_end) the_max_value <---------
     from VC6203D9

Frank

> CURSOR C1 IS
> SELECT devwafid, devx, devy,
> MAX(waf_end) <-------
> from VC6203D9
> where lseq in lotseq and devwafid is not NULL
> group by devwafid, devx, devy;
Received on Sun Jun 17 2001 - 09:21:15 CDT

Original text of this message

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