MID(string, position, length)
MID returns a substring from @string starting at @position for @length characters.
MID("testing",2,3) equals "est".
LEFT , RIGHT