min()

min can have an arbitrary number of parameters and returns the minimum value of them.

min(2;3;1;5;6) - returns 1

 

min([YearOfBirth];[Bib]) - returns the minimum of year of birth and bib number