<tfoot id='bNZS7'></tfoot>

<small id='bNZS7'></small><noframes id='bNZS7'>

<legend id='bNZS7'><style id='bNZS7'><dir id='bNZS7'><q id='bNZS7'></q></dir></style></legend>

    • <bdo id='bNZS7'></bdo><ul id='bNZS7'></ul>

        <i id='bNZS7'><tr id='bNZS7'><dt id='bNZS7'><q id='bNZS7'><span id='bNZS7'><b id='bNZS7'><form id='bNZS7'><ins id='bNZS7'></ins><ul id='bNZS7'></ul><sub id='bNZS7'></sub></form><legend id='bNZS7'></legend><bdo id='bNZS7'><pre id='bNZS7'><center id='bNZS7'></center></pre></bdo></b><th id='bNZS7'></th></span></q></dt></tr></i><div id='bNZS7'><tfoot id='bNZS7'></tfoot><dl id='bNZS7'><fieldset id='bNZS7'></fieldset></dl></div>

        Mysql - 如何退出/退出存储过程

        Mysql - How to quit/exit from stored procedure(Mysql - 如何退出/退出存储过程)

      1. <legend id='RWYt6'><style id='RWYt6'><dir id='RWYt6'><q id='RWYt6'></q></dir></style></legend>

        <small id='RWYt6'></small><noframes id='RWYt6'>

        <i id='RWYt6'><tr id='RWYt6'><dt id='RWYt6'><q id='RWYt6'><span id='RWYt6'><b id='RWYt6'><form id='RWYt6'><ins id='RWYt6'></ins><ul id='RWYt6'></ul><sub id='RWYt6'></sub></form><legend id='RWYt6'></legend><bdo id='RWYt6'><pre id='RWYt6'><center id='RWYt6'></center></pre></bdo></b><th id='RWYt6'></th></span></q></dt></tr></i><div id='RWYt6'><tfoot id='RWYt6'></tfoot><dl id='RWYt6'><fieldset id='RWYt6'></fieldset></dl></div>

            <tfoot id='RWYt6'></tfoot>
              <tbody id='RWYt6'></tbody>
              <bdo id='RWYt6'></bdo><ul id='RWYt6'></ul>

                • 本文介绍了Mysql - 如何退出/退出存储过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个非常简单的问题,但我没有得到任何使用 Mysql 退出 SP 的简单代码.谁能告诉我怎么做?

                  I have very simple question but i did't get any simple code to exit from SP using Mysql. Can anyone share with me how to do that?

                  CREATE PROCEDURE SP_Reporting(IN tablename VARCHAR(20))
                  BEGIN
                       IF tablename IS NULL THEN
                            #Exit this stored procedure here
                       END IF;
                  
                       #proceed the code
                  END;
                  

                  推荐答案

                  CREATE PROCEDURE SP_Reporting(IN tablename VARCHAR(20))
                  proc_label:BEGIN
                       IF tablename IS NULL THEN
                            LEAVE proc_label;
                       END IF;
                  
                       #proceed the code
                  END;
                  

                  这篇关于Mysql - 如何退出/退出存储过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Accessing another user#39;s table within an Oracle Stored Procedure(在 Oracle 存储过程中访问另一个用户的表)
                  Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32)(超出最大存储过程、函数、触发器或视图嵌套级别(限制 32))
                  How to View Oracle Stored Procedure using SQLPlus?(如何使用 SQLPlus 查看 Oracle 存储过程?)
                  How to debug stored procedure in VS 2015?(如何在 VS 2015 中调试存储过程?)
                  How to Pass Java List of Objects to Oracle Stored Procedure Using MyBatis?(如何使用 MyBatis 将 Java 对象列表传递给 Oracle 存储过程?)
                  Set the variable result, from query(设置变量结果,来自查询)
                    <tbody id='4rL4x'></tbody>
                    <i id='4rL4x'><tr id='4rL4x'><dt id='4rL4x'><q id='4rL4x'><span id='4rL4x'><b id='4rL4x'><form id='4rL4x'><ins id='4rL4x'></ins><ul id='4rL4x'></ul><sub id='4rL4x'></sub></form><legend id='4rL4x'></legend><bdo id='4rL4x'><pre id='4rL4x'><center id='4rL4x'></center></pre></bdo></b><th id='4rL4x'></th></span></q></dt></tr></i><div id='4rL4x'><tfoot id='4rL4x'></tfoot><dl id='4rL4x'><fieldset id='4rL4x'></fieldset></dl></div>

                        • <small id='4rL4x'></small><noframes id='4rL4x'>

                          • <bdo id='4rL4x'></bdo><ul id='4rL4x'></ul>
                          • <tfoot id='4rL4x'></tfoot><legend id='4rL4x'><style id='4rL4x'><dir id='4rL4x'><q id='4rL4x'></q></dir></style></legend>