min(), max()
Table of Contents
Definition
min()
returns the minimum value of the table column. max()
returns the maximum value of the table column.
You can use min()
and max()
with transform commands that support aggregations.
min()
returns the minimum value of the table column. max()
returns the maximum value of the table column.
You can use min()
and max()
with transform commands that support aggregations.