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: Problem with function

Re: Problem with function

From: Frank <franjoe_at_frisurf.no>
Date: Mon, 13 Aug 2001 12:58:39 +0200
Message-ID: <tqOd7.10$Y53.306@news1.oke.nextra.no>

Hi!
If it is not particular reason for calling the function in a query, you could rewrite it like:

DECLARE
  sUser_id VARCHAR2(??);
BEGIN
  sUser_Id := USER_ADD('NewUser','Pass', sysdate) ; END; Frank Received on Mon Aug 13 2001 - 05:58:39 CDT

Original text of this message

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