MID
MID(string AS STRING, index AS INTEGER [,n AS INTEGER]) AS STRING
Returns a string containing <n> characters of the string <string> from the position <index>.
If <n> is omitted, the function returns the end of the string.
MID(string AS STRING, index AS INTEGER [,n AS INTEGER]) AS STRING
Returns a string containing <n> characters of the string <string> from the position <index>.
If <n> is omitted, the function returns the end of the string.