Skip to content
Manual Crono SQL

days_between

La función days_between calcula el número de días entre dos fechas. El resultado puede ser positivo, negativo o cero.

select days_between('2025-01-01', '2025-12-31') resultado;

El resultado es:

364

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