create procedure

    0

    0

    lucycodes42

    SQL public snippets

    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;
    
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.