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

19 lines
292 B
Plaintext

MOVE [ $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