In my table I have several duplicates. Ineed to find unique values in mysql table column.
SQL
SELECT column FROM table WHERE column
try this > select distinct (columnName) from table