INNER JOIN with aggregate functions in my SELECT – Postgresql
I'm trying to join a new column to my current query that uses aggregate functions. I create this column with a new query that also uses an aggregate function from a different table but I'm not sure if a JOIN…