error : must appear in the group by clause or be used in an aggregate function in postgresql code example
Example: postgresql must appear in the group by clause or be used in an aggregate function
Try using "DISTINCT" instead of "GROUP BY"
Try using "DISTINCT" instead of "GROUP BY"