blob: 6a3ec47ed3b9fc739e71b5ebbef648e44480c65c [file] [log] [blame]
-- FULLY Qualified names are not allowed as check expression
create table tconstr(i int, j int CHECK (tconstr.i>j));