Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Wrap a `SELECT` in the `FROM` clause to create a temporary result set you can filter or join against as if it were a real table.
Supply a small set of constant rows directly inside a query using a `VALUES` derived table — no temporary table or CTE required.