Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Saturday, May 15, 2010
Oracle FOR LOOP
The syntax for the FOR Loop in Oracle is:
FOR loop_counter IN [REVERSE] lowest_number..highest_number
LOOP
{.statements.}
END LOOP;
Newer Post
Older Post
Home