Delete duplicate rows
Last updated
Was this helpful?
Last updated
Was this helpful?
We need to set SQL SAFE updates to 0 before using this syntax. If not, error 1175 will occur
is the condition query to delete datas WHERE ID is not in (SELECTED IDs)
returns IDs with the most updated row DISTINCT (GROUP BY) contractAddress