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

5 lines
254 B
Plaintext

VALUES ( $expression$ [ , ... ] ) [ , ... ]
[ ORDER BY { $sort_expression$ [ ASC | DESC | USING $operator$ ] } [ , ... ] ]
[ LIMIT { $count$ | ALL } | FETCH { FIRST | NEXT } [ $count$ ] { ROW | ROWS } ONLY ]
[ OFFSET $start$ [ ROW | ROWS ] ]