What is the difference between using First..Last and 1..count in Oracle?
2
votes
2
answers
8072
views
What is the difference between using
First..Last
and 1..count
in Oracle?
FOR i IN l_collection.FIRST..l_collection.LAST LOOP
or
FOR i IN 1..l_collection.COUNT LOOP
Asked by user114198
(181 rep)
Feb 1, 2017, 09:46 AM
Last activity: Jun 22, 2024, 05:20 PM
Last activity: Jun 22, 2024, 05:20 PM