Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Problem with Create Procedure Syntax
Thank you, Thank you, Thank you. I searched high and low on the Internet
to find the answer to this problem with no avail. I should learn to ask
the gurus first.
Do any of you have a URL to a PL/SQL website that would help me in the future with these types of problems. (Stupid as they are)
At 20:54 2000-05-29 -0800, you wrote:
>create procedure add_comm(emp_id number, new_comm number) as
>begin
>update emp set comm=comm+new_comm where empno=emp_id;
>end add_comm;
>/
____EFGH_JKLM___QRSTUVWXYZ
![]() |
![]() |