summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/table_from_binding_bad1.yql
blob: a83113fc21740f158325982c89e64e85a1d518bc (plain) (blame)
1
2
$x = a.0;
SELECT count(*) FROM $x as a;