LEAST
The LEAST function identifies the lowest value from a selection of facts or metrics within one row.
Syntax
SELECT LEAST(…, …, …)
SELECT LEAST(fact, fact)
SELECT LEAST(metric, metric)
SELECT LEAST(fact, metric, metric, fact)
The LEAST function identifies the lowest value from a selection of facts or metrics within one row.
SELECT LEAST(…, …, …)
SELECT LEAST(fact, fact)
SELECT LEAST(metric, metric)
SELECT LEAST(fact, metric, metric, fact)