1 2 3 4 5 6 7 8 9 10 11 12 13 14
PRAGMA YqlSelect = 'force'; SELECT a, b FROM ( VALUES (1, '1', 'Ignored'), (2, '2', 'Ignored'), (3, '3', 'Ignored') ) AS x ( a, b );