1 2 3 4 5 6 7 8 9 10
--!syntax_pg SELECT y, ( select x+y as v from (values (1),(1),(1)) a(x) offset 2 ) FROM (values (40),(50),(60)) b(y) order by y