Skip to content
Manual Crono SQL

min

La función min devuelve el valor mínimo de los valores de un grupo, ignorando los valores NULL.

select min(orders.freight) porte_minimo
from staging.orders;

Was this page helpful?

We are here to help. If you have any problem or question, open a GitHub issue and we will get back to you as soon as possible.

Create a GitHub issue