In Oracle I would use a BULK COLLECT to get the data into an array. No need for slow cursor processing.
↧
In Oracle I would use a BULK COLLECT to get the data into an array. No need for slow cursor processing.