![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: EXIT
Definition: EXIT [ condition ]; The condition can be an expression or a value. For example: EXIT WHEN core_temperature > 100; Or EXIT WHEN total_distance = (25/5); Example Usage: The statement below OPENs a cursor C, iterates and fetches the result set, EXITs when the result set is not found, and then closes the cursor. OPEN C; Related Links: |
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 457 users online © 2009 psoug.org |