
复制SQL> 
createtable c(a 
int);              
Table created.              SQL> 
altertable c 
add b number;              
Table altered.              SQL> 
desc c               
NameNull?检索
    Type              ----------------------------------------- -------- --------------------------------------------              A                                                  NUMBER(38)               B                                                  NUMBER              1.2.3.4.5.6.7.8.9.