Open topic with navigation
This function returns the smallest value of the list of arguments.
LEAST(arg1, arg2, arg3, ...)
SELECT LEAST(8, 3, 2)
Returns: 2
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.