摘要: 表备份 语法:select * into new_table from old_table 阅读全文
posted @ 2022-08-09 17:34 陌上锦鲤 阅读(125) 评论(0) 推荐(0)
摘要: alter table 表名 modify 字段名 字段类型(长度) 阅读全文
posted @ 2022-08-09 14:22 陌上锦鲤 阅读(167) 评论(0) 推荐(0)