oracle里没有double类型,得用number代替,还有每个字段间要加逗号
create table emplyee(id int,name varchar(20),salary number(16,2));
每个字段之间要用,号