Functions by Category Functions by Alphabetical list
Min([Column]/[Value]...) returns [Column] |   | This function returns a new column, filled with the minium value for each of the passed in columns/values. Columns and values can be freely mixed. Examples: #returns a column filled with the close or 3, depending on which one is lower
Min(Close,9,3,9,4);
Related functions: log , cos , exp , abs , int , sqrt , sin , atan2 , ceil , floor , log10 , IsNull , IsEqual , NVL , MinValue , MaxValue , Max , Sum , Cum , Round , RoundToQuarter , RoundToTickSize
|