Extract date (yyyy/mm/dd) from a timestamp in PostgreSQL

前端 未结 7 1475
南旧
南旧 2020-11-28 17:55

I want to extract just the date part from a timestamp in PostgreSQL.

I need it to be a postgresql DATE type so I can insert it into another table that e

7条回答
提交回复
热议问题