i have a problem with the check option
for example
create table ex
(
t INT check(t<4)
);
but even if i use check(t<4) i can insert 5,6,7.....all values!:(
why?
Ale
p.s. I'm using 4.0.12 version

Reply via email to