PostgreSQL
 sql >> Base de Dados >  >> RDS >> PostgreSQL

Como formatar o campo bigint em uma data no Postgresql?

TO_CHAR(TO_TIMESTAMP(bigint_field / 1000), 'DD/MM/YYYY HH24:MI:SS')