Skip to content
Manual Crono SQL

current_timestamp

La función current_timestamp devuelve la fecha y hora actuales del sistema, incluyendo milisegundos, como un valor de tipo datetime.

Esta función se comporta como una constante del sistema y no requiere paréntesis.

select current_timestamp resultado;

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