5 lines
254 B
Plaintext
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 ] ]
|