hi all!
i'm trying to build the following stored proc in DB2 v7.1 on win2000 advanced server..
CREATE PROCEDURE Administrator.Test ( )
LANGUAGE SQL
-- SQL Stored Procedure
P1: BEGIN
Update Administrator.Acet_Dkt set Docket_idn=33
where Docket_idn = 30;
END P1
and getting the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.