Max

Gets the maximum value in the column

Max(column1) โ†’ 100
Max(column2) โ†’ 5

Inputs

Max(column)

  • column - A column to calculate the maximum value for

Last updated