row
is a single expression or
VALUES
can be used anywhere a query can be used (e.g., the FROM
clause
of a SELECT, or at the top level). VALUES
creates
an anonymous table without column names, but the table and columns can be named
using an AS
clause with column aliases.
id
and name
:
id
and name
: