oracle在指定位置增加列 Oracle怎么給表的特定位置增加字段?
Oracle怎么給表的特定位置增加字段?只有兩個列之后,使用after,放在末尾在表的前面,使用first關(guān)鍵字不使用before關(guān)鍵字alter[忽略]table tbluname ADD[列]co
Oracle怎么給表的特定位置增加字段?
只有兩個
列之后,使用after,放在末尾
在表的前面,使用first關(guān)鍵字
不使用before關(guān)鍵字
alter[忽略]table tbluname ADD[列]columnuu定義[第一個|在coluname之后]