Mysql常用语句
记录一下常用的mysql语句
添加注释
alter table 表名 modify column 字段 int comment '注释';
查找固定字符
substring(名, locate('固定字符', content), 固定字符右侧几位)
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
记录一下常用的mysql语句
alter table 表名 modify column 字段 int comment '注释';
substring(名, locate('固定字符', content), 固定字符右侧几位)
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭