SyntaxFix
Write A Post
Hire A Developer
Questions
With the distinct keyword with single and multiple column names, you get distinct records:
distinct
SELECT DISTINCT column 1, column 2, ... FROM table_name;