Skip to content
Manual Crono SQL

previous_day

La función previous_day devuelve la fecha del día anterior a la fecha proporcionada.

select previous_day('2025-03-01') resultado;

El resultado es:

2025-02-28

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