pub fn right(str: impl Into<Column>, len: impl Into<Column>) -> Column
Returns the rightmost len(len can be string type) characters from the string str, if len is less or equal than 0 the result is an empty string.
(