Skip to content
Manual Crono SQL

avg

La función avg devuelve la media aritmética de los valores de un grupo, ignorando los valores NULL.

select avg(orders.freight) media_porte
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