标签: oracle
我正在尝试创建如下表格,
create table "customer`£`s"(customer_id number(10) not null, UNIT VARCHAR2(50) not null, city varchar2(50), constraint customers_pk PRIMARY KEY(customer_id));
但是收到无效的字符错误。
有人可以帮忙吗?
答案 0 :(得分:0)
我们正在开展类似的项目。我能够创建表格。