Skip to content

Commit

Permalink
Update product_docs/docs/epas/16/application_programming/epas_compat_…
Browse files Browse the repository at this point in the history
…spl/12_working_with_collections/04_using_the_bulk_collect_clause/02_fetch_bulk_collect.mdx

Co-authored-by: Dee Dee Rothery <[email protected]>
  • Loading branch information
nidhibhammar and drothery-edb committed Aug 8, 2023
1 parent eea5db7 commit 7ad6d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirects:

<div id="fetch_bulk_collect" class="registered_link"></div>

You can use the `BULK COLLECT` clause with a `FETCH` statement. Instead of returning a single row at a time from the result set, the `FETCH BULK COLLECT` returns all rows at once from the result set into the specified one collection or more collections unless restricted by the `LIMIT` clause:
You can use the `BULK COLLECT` clause with a `FETCH` statement. Instead of returning a single row at a time from the result set, the `FETCH BULK COLLECT` returns all rows at once from the result set into one or more specified collections unless restricted by the `LIMIT` clause:

```sql
FETCH <name> BULK COLLECT INTO <collection> [, ...] [ LIMIT <n> ];
Expand Down

0 comments on commit 7ad6d1e

Please sign in to comment.