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

Home -> Community -> Usenet -> c.d.o.server -> Re: functions in group by

Re: functions in group by

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Thu, 21 Oct 1999 09:45:01 +0200
Message-ID: <7umgdc$don$1@oceanite.cybercable.fr>


To be used in a group by clause the function have to guarantee not to update the database.
That is no insert, delete, update statements nor write package variables nor call to a procedure or function that doesn't guarantee not to update the database.

--
Have a nice day
Michel

Nandakumar <N.Kumar_at_rocketmail.com> a écrit dans le message : 7ulllc$f8$1_at_nnrp1.deja.com...
> hi
>
> i see some of the functions work in group by clause; eg substr()
> but some user defined functions do not work;
>
> is there any general rule that restricts the use of the functions in the
> group by?
>
> would appreciate any help in this regards
> Thanks
>
>
> --
> Nandakumar
> (N.Kumar_at_rocketmail.com)
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Oct 21 1999 - 02:45:01 CDT

Original text of this message

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