oracle – ORA-00906:缺少左括号
发布时间:2020-12-12 15:11:57 所属栏目:百科 来源:网络整理
导读:create table widep( cac NUMBER,ddate DATE,dtime TIMESTAMP,type VARCHAR2,amount NUMBER(10,2),constraint qwe foreign key(cac) references cust(cac)) 完整的错误消息指出CommandLine上的错误:5列:15这是这个位置: type VARCHAR2,^^^ VARCHAR2 需要s
create table widep( cac NUMBER,ddate DATE,dtime TIMESTAMP,type VARCHAR2,amount NUMBER(10,2),constraint qwe foreign key(cac) references cust(cac) )完整的错误消息指出CommandLine上的错误:5列:15这是这个位置: type VARCHAR2,^^^
create table widep( cac NUMBER,type VARCHAR2(100),constraint qwe foreign key(cac) references cust(cac) ); (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |