1樓:匿名使用者
你可以逐個欄位測試來排除問題所在。
2樓:匿名使用者
試試這樣:
create table customer_41304652 (customer_id char(18) constraint cust_pk_41304652 primary key,
cust_name varchar2(20),cust_city varchar2(30) default 'cd',
cust_phone varchar2(13),cust_gender char(1) default 'm' ,cust_job varchar2(30));alter table customer_41304652 add constraint_41304652 check(cust_gender='m' or cust_gender='f');
3樓:匿名使用者
-- create table
create table customer_41304652
(customer_id char(18) not null,
cust_name varchar2(20),
cust_city varchar2(30) default 'cd',
cust_phone varchar2(13),
cust_gender char(1) default 'm',
cust_job varchar2(30)
);-- create/recreate primary, unique and foreign key constraints
alter table customer_41304652 add constraint cust_pk_41304652 primary key (customer_id);
-- check
alter table customer_41304652 add contraint cust_gender check(cust_gender='m' or cust_gender='f');
oracle出現invalid alter table option
4樓:
因為語法有誤。
alter table bookauthor drop constraint bookauthor_fk2;
不需要後面那一堆東西。
求一句,SQL2019語句,求一句,SQL2000語句
select a.公司,金額,sum 交款金額 交款金額,金額 sum 交款金額 欠款金額 from 表1 a,select 公司,sum 交款金額 from 表2 group by 公司 b where a.公司 b.公司 換種寫法 之前的可能會去掉沒交費的公司 select a.公司,金額,su...
一句英語,句型分析,關於一句英語長難句分析
that 引導同位語從句,因為that引導的句子成分完整,可知that在從句中不充當任何成分。若為定語從句,that應該在從句中充當一定成分。在從句中,agents為主語,market為謂語動詞,推銷的意思 其實分析成分來看 1.可以是that引導定語從句,一直到句末 一起修飾 style 如 英語...
每天寫一句有新意的語句,用瀑布寫一句含有哲理的話
如果遠隔了千山我找不 到你,如果踏破了鐵鞋我找不到你,如果你化作灰塵我找不版到你,如果你不權再是你。最終會成為風中殘存的遺像,一生一世如夢一場。世界上所有美好的事物都是創造力的果實。米 爾唯有創造才是快樂。只有創造的生靈才是生靈。羅曼 羅蘭已經創造出來的東西比起有待創造的東西來說,是微不足道的。雨果...