MIN

Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API

Returns the minimum value of an expression across all input values.

  • <expression>: An expression of any comparable type.

Returns the same type as the argument. Returns NULL if no rows are selected.

  • NULL values are ignored in the calculation.
  • Works with numeric types, strings, dates, and other comparable types.
  • For strings, returns the lexicographically smallest value.

Get the lowest price.

Find the minimum value per group.

Find the earliest date.