blob: 0ce4a6f9a007cfcb5f1014057f3b32c7b3a70939 [file] [log] [blame]
create table tti(i int check (i > 5));
insert into tti values(5);