提交 aa33159d 编写于 作者: 彭世瑜's avatar 彭世瑜

fix

上级 34ec7ab9
......@@ -34,4 +34,4 @@ MySQL 运维篇
- 3. [https://www.yuque.com/heychu/akbndd/zhuxqd](https://www.yuque.com/heychu/akbndd/zhuxqd)
https://www.bilibili.com/video/BV1Kr4y1i7ru?p=79&spm_id_from=pageDriver
\ No newline at end of file
https://www.bilibili.com/video/BV1Kr4y1i7ru?p=84&spm_id_from=pageDriver
\ No newline at end of file
此差异已折叠。
......@@ -23,7 +23,7 @@ ltrim | 消除左边的空格
left(str, length) | 左侧开始截取字符串,直到指定位置
right(str, length) | 右侧开始截取字符串,直到指定位置
mid | 从中间指定位置开始截取,如果不指定截取长度,直接到最后
`substring(str, index, [length]`) | 从指定位置开始,指定截取长度
`substring(str, index, [length])` | 从指定位置开始,指定截取长度
substring_index(str, delim, count) | 按照关键字截取
示例
......
......@@ -32,7 +32,7 @@
Logo:https://www.logoly.pro/
[docsify](https://docsify.js.org/):快速帮你生成文档网站
[docsify](https://docsify.js.org/#/zh-cn/):快速帮你生成文档网站
[Prism](https://prismjs.com/) Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册