摘要:
1. 向表中添加新的字段 alter table table_name add column_name varchar2(20) not null 2. 删除表中的一个字段 delete table table_name column column_name 3. 修改表中的一个字段名 alter 阅读全文
posted @ 2016-08-23 11:06
xijin_wu
阅读(849)
评论(0)
推荐(0)
浙公网安备 33010602011771号