0
1
llucycodes42
The following code drops a function if it exists, in this case, the function to get the user input.
Shortcut: s_func_drop
DROP FUNCTION IF EXISTS `name`;
0
1
llucycodes42
The following code drops a function if it exists, in this case, the function to get the user input.
Shortcut: s_func_drop
DROP FUNCTION IF EXISTS `name`;