Returns the smallest row(s) in the {0}, given the {1}. After the rows are sorted, the {2} parameter must be specified to ...

Returns the smallest row(s) in the {0}, given the {1}. After the rows are sorted, the {2} parameter must be specified to further filter the result. Note the sorting algorithm cannot guarantee a fixed sorted result. The {2} parameter can take multiple forms:
    
  • If a number is specified, a list of up to {2} items in ascending order is returned.
  • If a condition is specified, a list of items that initially meet the condition is returned. Once an item fails the condition, no further items are considered.