PRAGMA YqlSelect = 'force'; SELECT 1, 2 ; SELECT 1 AS x, 2 ; SELECT 1, 2 AS y ; SELECT 1 AS x, 2 AS y ;