Oracle Math least() FunctionThe least() is a Math function of Oracle. This function is used to get the smallest number from the list. SyntaxParametersExp1, exp2, exp3.... expn: expressions for getting smallest number. ReturnThis function returns the smallest number from the list. Example 1Example 2Next TopicOracle Math |