LEAST(x1,x2[,...])

Description: Returns the lowest of a list of at least two values.

The rules for comparison are the same as for GREATEST().

Examples:

  • LEAST(32,1) returns 1.

  • LEAST(-32,-1) returns -32.

  • LEAST(BINARY "x","Y") returns Y.

  • LEAST("x","Y") returns x.

See also: GREATEST(), MIN()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.148.144.214