Skip to content
Manual Crono SQL

time

La función time convierte una expresión al tipo time, que almacena únicamente la parte horaria sin fecha.

select time('2025-06-15 14:30:00') resultado;

El resultado es:

14:30:00

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