aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/table_from_binding_bad3.sqlx
blob: 346c86cb928bdf7122d03c09d3f2132cdffe8bf4 (plain) (blame)
1
2
3
/* postgres can not */
$x = a.b[0];
SELECT count(*) FROM $x;