select from table without duplicates code example Example: how to query without duplicate rows in sql SELECT DISTINCT col1,col2... FROM table_name where Condition;