Class Least

Return the minimum expression.

Declaration

class Least(Func)
source link

Documentation

If any expression is null the return value is database-specific:
On PostgreSQL, return the minimum not-null expression.
On MySQL, Oracle, and SQLite, if any expression is null, return null.

Methods

Inherited methods

Reexports