Quantcast
Viewing all articles
Browse latest Browse all 2

pl/sql: exit an enclosing loop (leaving a labeled loop)

You can leave a loop in pl/sql by specifying a nice litte label to the loop section. For example: <<firstloop>> When labeling, you can exit the loop at any time. In following example, lets give the first loop the label <<firstloop>> and so on... The third loop contains an exit statement when reaching the value […]

Viewing all articles
Browse latest Browse all 2

Trending Articles