postgres count distinct dates code example Example: postgres count distinct SELECT COUNT(DISTINCT column) FROM table_name WHERE condition;