summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select_yql/named_node_expression.yql
blob: 07a1588b3c68e0e942a0797b80a8c023f156f7b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
PRAGMA YqlSelect = 'force';

$x = 1;
$y = (1);

SELECT
    $x,
    $y
;