01 2016 档案

摘要:update user set host='localhost' where user='root'; 阅读全文
posted @ 2016-01-22 16:18 NewObject_1 阅读(163) 评论(0) 推荐(0)
摘要:1.数据库字段添加注释ALTER TABLE ttt COMMENT '测试表'; ---给整张表alter table t_kaohei modify column userId int comment '专员id'; ---给一个字段2.添加索引alter table ttt add in... 阅读全文
posted @ 2016-01-07 16:18 NewObject_1 阅读(156) 评论(0) 推荐(0)