modify和change
摘要:
ALTER TABLE tablename CHAGNE column newColumn type ; CAHNNE修改字段时需要指定要修改的字段,以及修改后的字段属性 ALTER TABLE tablename MODIFY column type; MODIFY修改字段时只需要指定要修改的字段 阅读全文
posted @ 2018-12-09 16:03 贪玩的九喇嘛 阅读(149) 评论(0) 推荐(0)
posted @ 2018-12-09 16:03 贪玩的九喇嘛 阅读(149) 评论(0) 推荐(0)
posted @ 2018-12-09 15:56 贪玩的九喇嘛 阅读(127) 评论(0) 推荐(0)
posted @ 2018-12-09 15:55 贪玩的九喇嘛 阅读(95) 评论(1) 推荐(0)