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)