Contents
VALUES
A DML command for computing a set of rows
VALUES
is a DML command for computing a set of rows.
VALUES
was added in PostgreSQL 8.2.
Change history
- PostgreSQL 8.4
OFFSET start [ ROW | ROWS ]
/FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY
SQL:2008 syntax added (commit 361bfc35)
- PostgreSQL 8.2
References
- PostgreSQL documentation: VALUES
Categories
See also
SELECT