summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/select_yql/evaluate_atom_cluster.yql
blob: 7df0921a21f2595618e4d8f15e2bed2616965616 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* dqfile can not - missing langver support */
/* hybridfile can not - missing langver support */
PRAGMA YqlSelect = 'force';

$x = 'pla' || 'to';

SELECT * FROM plato.Input ORDER BY subkey;
SELECT * FROM yt:plato.Input ORDER BY subkey;
SELECT * FROM yt:$x.Input ORDER BY subkey;