The LEFT function returns a sub-string from a specified source string, with the length of the sub-string specified and beginning with the left-most character in the string. This function takes two parameters: a source string and the number of characters to extract from the source. If this length is equal to or greater than the length of the source string, the entire string is returned. If the length is 0 or less, an empty string is returned.
String