Returns a table that does not contain the last {1} rows of the table {0}. The number of rows removed depends on the optional ...

Returns a table that does not contain the last {1} rows of the table {0}.
        The number of rows removed depends on the optional parameter {1}. 
    
  • If {1} is omitted only the last row is removed.
  • If {1} is a number, that many rows (starting at the bottom) will be removed.
  • If {1} is a condition, the rows that meet the condition will be removed until a row does not meet the condition.