0
1
llucycodes42
The function will take 3 arguments, the first being the user input, the second being the argument name, and the third being the input's integer value. The function will then return the user input's integer value.
Shortcut: s_func
CREATE FUNCTION `function_name`(`arg_name` INT) RETURNS INT
BEGIN
$
END;