Reference Guide > TDV Support for SQL Functions > TDV-Supported Analytical Functions > MIN
 
MIN
MIN returns the minimum value of an expression.
Syntax
MIN ( [DISTINCT | ALL ] expression) OVER (window_clause)
Remarks
Without a window clause, MIN is a simple aggregate function. (See MIN.)
The expression can be any orderable data type.