摘要: 数据库管理 数据表管理 三、删除表:drop table 表名; 四、修改表:alter table 表名 执行动作 1.修改表名:alter table 旧表名 rename 新表名; mysql> alter table student rename stu; 2.添加字段:alter tabl 阅读全文
posted @ 2019-10-02 16:38 刘_love_田 阅读(284) 评论(0) 推荐(0)