This way it worked:
create table mytest(v varchar2(10) check (upper(substr(v, 1, 4)) = substr(v, 1, 4) ))
tablespace users;
|
Results 1 to 2 of 2
Thread: newbie questionThreaded View
|
Click Here to Expand Forum to Full Width |