create table atest (failTime int(2),sendTime int(2) ,failRate float); 
在oracle10g 中 为什么会出现以下错误呢?
ORA-00907: missing right parenthesis
而我把int 换为 number 后,就没有错误了。
ora10g中,不是有int型吗?
初学者,不好意思。