[doc] update substring.md (#8398)

correct a slip of pen.
This commit is contained in:
Dongyang Li
2022-03-09 13:07:32 +08:00
committed by GitHub
parent 25532c65d1
commit 97020bcf80

View File

@ -40,7 +40,7 @@ under the License.
## example
```
mysql> select substring('abc1', -2);
mysql> select substring('abc1', 2);
+-----------------------------+
| substring('abc1', 2) |
+-----------------------------+