Files
dolthub--doltgresql/testing/generation/command_docs/synopses/fetch.txt
T
2026-07-13 12:32:25 +08:00

19 lines
295 B
Plaintext

FETCH [ $direction$ ] [ FROM | IN ] $cursor_name$
where $direction$ is:
NEXT |
PRIOR |
FIRST |
LAST |
ABSOLUTE $count$ |
RELATIVE $count$ |
$count$ |
ALL |
FORWARD |
FORWARD $count$ |
FORWARD ALL |
BACKWARD |
BACKWARD $count$ |
BACKWARD ALL