CTE insert values

ID: cte-insert-values

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

New to topics? Read the docs here!