我在ORCALE里面建表,老提示错误:ORA-00907: 缺少右括号
CREATE TABLE myuser2(
id int(11) not null,
username varchar(200) not null,
password varchar(20) not null,
age int,
primary key (id)
)
ENGINE=MyISAM DEFAULT CHARSET=GBK;请高手指教