1 2 3 4 5 6 7 8 9 10
PRAGMA YqlSelect = 'force'; SELECT x.a AS a, x.b AS b FROM ( SELECT 1 AS a, 2 AS b ) AS x;