Substring from beginning of column string
Function:
Left(table = string, col = string, num_chars = Integet)
Parameters:
Table: Table name on which to perform function
Column Name: Column to perform Left
Number of Characters: Number of Charters to look Left
Examples:
Left(table = Budget, col = "Geo", num_chars = 2)