aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/in/in_nonliteral_tuple.sql
blob: 9a3e1994c95ddea5e054d60ec60bab338ca70857 (plain) (blame)
1
2
3
PRAGMA DisableAnsiInForEmptyOrNullableItemsCollections;

select 1 in if(1 > 0, (1, 10, 301, 310,), (311,))