Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Problem with function
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
![]() |
![]() |