LEFT(text, num_chars)Returns the specified number of characters from the start of a text string
LEFT("SALESFORCE", 3)=SAL