datetime field to date postgres code example
Example 1: postgres get timestamp
SELECT CURRENT_TIMESTAMP;
Example 2: postgre query date
SELECT * FROM data WHERE date = '2020-12-21'
SELECT CURRENT_TIMESTAMP;
SELECT * FROM data WHERE date = '2020-12-21'