blob: eca5891eca0c4941b0a132bd75f6b6b117282e07 [file] [log] [blame]
-- UDTFs are not allowed as check expression
create table tconstr(i int check (explode(array(2,3))));