create procedure
SQL public snippetsThe following code creates a procedure called &USER_INPUT with the following signature:
proc &USER_INPUT(arg1, arg2, arg3, arg4, arg5);
Shortcut: s_proc
0 Comments
Add Comment
Log in to add a comment
create procedure
SQL public snippetsThe following code creates a procedure called &USER_INPUT with the following signature:
proc &USER_INPUT(arg1, arg2, arg3, arg4, arg5);
Shortcut: s_proc
Log in to add a comment