We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f75cfe commit 66a413dCopy full SHA for 66a413d
docs/doc/30-reference/20-functions/40-string-functions/substring.md
@@ -24,7 +24,7 @@ SUBSTRING(str FROM pos FOR len)
24
| Arguments | Description |
25
| ----------- | ----------- |
26
| str | The main string from where the character to be extracted |
27
-| pos | The position (starting from 1) the substring starting at. If negative, counts from the end |
+| pos | The position (starting from 1) the substring to start at. If negative, counts from the end |
28
| len | The maximun length of the substring to extract |
29
30
## Return Type
0 commit comments