oracle

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>> […]