c9999
--添加字段
alter table PRE_MENINF add ( name1 VARCHAR2(10));
--   修改字段的长度-
alter table PRE_MENINF modify (name1 VARCHAR(50));

 

分类:

技术点:

相关文章: