SyntaxFix
Write A Post
Hire A Developer
Questions
If you only need to remove duplicates then use DISTINCT. GROUP BY should be used to apply aggregate operators to each group
DISTINCT
GROUP BY
GROUP BY v DISTINCT