DB Strike
When your database just start messing around...
Pages
(Move to ...)
Last articles
Kubernetes
Linux articles
Postgres articles
Oracle articles
Glossary
▼
Tuesday, May 26, 2015
Postgres SQL: Day to day tips
Dates
transform an int as readable timestamp:
select to_timestamp(FIELD_TO_CONVERT) from table;
‹
›
Home
View web version