Substring from middle of column string
Function:
Mid(table = string, col = string, left_start = integer, right_start = integer)
Parameters:
Table: Table name on which to perform function
Column Name(col): Column to perform Mid
Left On: Number of Charters to look Left
Right On: Number of Charters to look Right
Examples:
Mid(table = Budget, col = Geo, left_start = 2, right_start = 5)