Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. create table t (a int check(a > 5));
  2. insert into t values (1); -- Error: CHECK constraint failed: t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement