postgresql get records from today's date code example Example: postgresql date = today Select * from table where col_date::date = now()::date;