Min
Aggregation
Min(column)
SQL MIN over the current context; works on numbers, dates and strings. Blank over zero rows.
When to use it
Section titled “When to use it”- First activity dates (
Min(Sales.OrderDate)), price floors, earliest deadlines.
Example
Section titled “Example”FirstOrderDate := Min(Sales.OrderDate)