aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/table_concat_binding_bad2.sqlx
blob: 90cc8bdb0ce7e82875f2c400ee88b6f07c51dd29 (plain) (blame)
1
2
3
4
/* postgres can not */
use plato;
$a = a[0];
SELECT count(*) FROM concat($a,$a);