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