Home > Database > Mysql Tutorial > Oracle 中的GOTO,RETURN,EXIT

Oracle 中的GOTO,RETURN,EXIT

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:00:18
Original
875 people have browsed it

1.GOTO,主要用于跳转,但会打乱我们的程序逻辑,一般不使用,它可以实现RETURN,EXIT的功能2.RETURN,返回程序末尾,结束程序3.EXI

1.GOTO,主要用于跳转,,但会打乱我们的程序逻辑,一般不使用,它可以实现RETURN,EXIT的功能

2.RETURN,返回程序末尾,结束程序

3.EXIT,主要用于退出当前循环,相当于java中的break.

4.要实现java中continue的功能可以使用自定义异常的方式

它们之间的比较

自定义异常的方式实现continue的功能

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template