Skip to content
Manual Crono SQL

year

La función year devuelve un número entero que representa el año de una fecha.

select year('2025-06-15') resultado;

El resultado es:

2025

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