CTE insert values by Ciro Santilli 34 Updated Created
sqlite3 :memory: 'WITH t (i, j) AS (VALUES (1, -1), (2, -2)) SELECT * FROM t'