Returns a portion of input text beginning at specified location
Last updated 1 year ago
Was this helpful?
MID(string, start_index, length)
string
start_index
length
Returns a string beginning at specified starting index.
String to return substring of
Index within string to start substring at
Desired length of substring (optional)
A substring of input string