0
0
llucycodes42
The following code creates a procedure called &USER_INPUT with the following signature:
proc &USER_INPUT(arg1, arg2, arg3, arg4, arg5);
Shortcut: s_proc
CREATE PROCEDURE `procedure_name`(
`arg_name` INT,
) BEGIN
$
END;
0
0
llucycodes42
The following code creates a procedure called &USER_INPUT with the following signature:
proc &USER_INPUT(arg1, arg2, arg3, arg4, arg5);
Shortcut: s_proc
CREATE PROCEDURE `procedure_name`(
`arg_name` INT,
) BEGIN
$
END;