Conception Et Réalisation (Oracle) by Grare Stéphane - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

Utilisation de FOR...LOOP

L'utilisation de FOR ... LOOP avec un curseur permet d'ouvrir, parcourir et fermer un

curseur sans utiliser OPEN, FETCH INTO et CLOSE.

FOR nom_variable IN nom_curseur (param...) LOOP

ensemble d'instructions;

END LOOP;

119