summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select_yql/values.yql
blob: 98646405ab85c23ecc1dc29a878ffa31e6c11215 (plain) (blame)
1
2
3
4
5
6
PRAGMA YqlSelect = 'force';

VALUES
    (1, 3, 5),
    (2, 4, 6)
;