Skip to content
Manual Crono SQL

max

La función max devuelve el valor máximo de los valores de un grupo, ignorando los valores NULL.

select max(orders.freight) porte_maximo
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