2019年11月27日

Oracle修改表类型方法

摘要: 有一个表名为tb,字段段名为name,数据类型nchar(20)。1、假设字段数据为空,则不管改为什么字段类型,可以直接执行:alter table tb modify (name nvarchar2(20));2、假设字段有数据,则改为nvarchar2(20)可以直接执行:alter table 阅读全文

posted @ 2019-11-27 17:08 小子有出息 阅读(1482) 评论(0) 推荐(0) 编辑

导航