Returns the last row(s) from the table, {0}, depending on the value of {1}: If {1} is a number, that many rows will be returned ...

Returns the last row(s) from the table, {0}, depending on the value of {1}:
    
  • If {1} is a number, that many rows will be returned starting from position (end - {1}).
  • If {1} is a condition, the rows that meet the condition will be returned in ascending position until a row does not meet the condition.