PostgreSQL: Error on Aggregate Function with DISTINCT and Join Condition
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-24
postgresql sql aggregate-functions
I'm encountering a strange issue when trying to aggregate data from two joined tables in PostgreSQL 14. I want to count distinct user actions from a `user_actio...