Data ModelingFunction ListleftOn this pageleftReturns the leftmost characters from a string. Syntax left(<text>, <len>) ParameterTypeDescriptiontextTextThe text value to process.lenIntegerThe Len numeric value. Return values Text Usage Returns the first 10 characters of the email address. left(orders.email, 10) Related functions right len str_pos str_contains