| Contents: | Main | Chapter | See Also: | Getting Started Manual | Programmer Manual | |||
| Format: | MIN(n1,n2) |
| Parameters: | n1and n2 are numbers or numeric expressions. |
| Use: | This function returns the smaller of n1 and n2. Date/time field values can be used resulting in the earliest date/time being returned. |
| Examples: |
MIN(54,23)=>23 MIN(DATE OF BIRTH,TODAY)=> NOV 1,1938 |
Reviewed/Updated: March 4, 2007