aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/tie_bad_count_fail.sql
blob: de29966b6439d191595664a7373959129452fdee (plain) (blame)
1
2
3
4
5
/* syntax version 1 */
/* postgres can not */
$i, $j = AsTuple(1, 5u, "test");

select $i, $j;