摘要: alter table语句用于在已有的表中添加、修改、删除列。 1、如需要在表中添加列,请使用下列语法: alter table table_name add column_name datatype 2、要删除表中的列,请使用下列语法: alter table table_name drop co 阅读全文
posted @ 2017-06-22 11:07 *蓄势待发* 阅读(1547) 评论(0) 推荐(0)