|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: FETCH
Definition:
NOTE: If you FETCH past the last valid row in the result set, the values of the variable values are indeterminate and the %NOTFOUND attribute returns TRUE. Example Usage: The PL/SQL block below declares an explicit cursor 'C'. It is opened in the execution section, the result is iterated and fetched into local memory variables, and the action tehn completed. The cursor is closed once the complete result set is retrieved. DECLARE Related Links: |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |