Sets With The Values Command
You can concisely create sets of values in PostgreSQL using the values
command.
You can even create multiple columns of values.
This is most often used with an insert command, but can be used on its own, as a subquery, within a CTE, etc.
Last updated