|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
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 | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |