aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/tie_bad_count_fail.sql
blob: 18e5b364db9f48d112b3783a7e2c1b7264d4ed68 (plain) (blame)
1
2
3
4
5
6
/* syntax version 1 */
/* postgres can not */
/* custom error:Expected tuple type of size: 2, but got: 3*/
$i, $j = AsTuple(1, 5u, "test");

select $i, $j;