Iandev Smarter Business - Logo Cor
Navegação no fórum
para criar postagens e tópicos.

Buscar Millis Seconds da Hora Atual em Postgresql (milis)

Por André Müller:

cast(extract(hours from current_time) * 3600000 + extract(minutes from current_time) * 60000 + extract(seconds from current_time) * 1000 + extract(milliseconds from current_time) as bigint)