backend::db::function

Function greatest

source
pub fn greatest<t1, t2, t3, t4>(
    t1: t1,
    t2: t2,
    t3: t3,
    t4: t4,
) -> greatest<t1, t2, t3, t4>
Expand description

The SQL function greatest.

Used to find the greatest value of the inputs.