blob: 1e3eca52d15a7d32785aacb67fc9fc5a2e5bbc50 [file] [log] [blame]
-- Subqueries are not allowed as check expression
create table tconstr(i int check (3=(select count(*) from t)));