The simplest and certainly safest way remains to copy data from a DISTINCT
query to a new table, and to rename it to the original table.
Here our table with duplicated rows is named t_word
:
STEP 1:
Create a new table without the duplicated rows: