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