Extracts a substring from a string.
mid(String, start, count)
returns string
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| String | string | Yes | The string from which the substring will be extracted. | |
| start | numeric | Yes | The position of the first character to retrieve. | |
| count | numeric | Yes | The number of characters to retrieve. |
Grabs the month out of a raw date yyyymmdd value.
mid("20001122", "5", "2")