| Parameter | Type | Description |
|---|---|---|
str | string | the string to extract from |
start | integer | the position of the first character to extract |
length | integer | the length of thing to extract |
Returns: string
Example
query:
SELECT MID("Alphabet", 2, 3)
results:
| mid |
|---|
| pha |