DBA面试题

当前位置: 面试问题网 > DBA面试题 > 如何在存储过程中使用Loop

如何在存储过程中使用Loop

LOOP statement
   The LOOP statement repeats the execution of a statement or a group of statements.
  
   Invocation
   This statement can only be embedded in an SQL procedure. It is not an executable statement and cannot be dynamically prepared.
  
   Authorization
   No privileges are required to invoke the LOOP statement. However, the authorization ID of the statement must hold the necessary privileges to invoke the SQL statements that are embedded in the LOOP statement.
  
   Syntax
   >>-+——–+–LOOP–| SQL-routine-statement |–END LOOP–+——-+->

【如何在存储过程中使用Loop】相关文章

1. 如何在存储过程中使用Loop

2. 在DELPHI中调用存储过程和使用内嵌SQL哪种方式更好

3. Tomcat中怎么使用log4j输出所有的log

4. 如何在Shell脚本中使用函数

5. Ibatis如何调用存储过程

6. 如何通过jdbc调用存储过程

7. PHP如何调用MYSQL存储过程

8. 存储过程和函数的区别

9. 存储过程和sql语句的优缺点

10. 一道SQL存储过程面试题

本文来源:https://www.mianshiwenti.com/a13384.html

点击展开全部

《如何在存储过程中使用Loop》

将本文的Word文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面

﹝如何在存储过程中使用Loop﹞相关内容

「如何在存储过程中使用Loop」相关专题

其它栏目

也许您还喜欢