postgres date = today sql code example Example: postgresql date = today Select * from table where col_date::date = now()::date;