I have a huge table - 36 million rows - in SQLite3. In this very large table, there are two columns:
Some of the rows are duplicates. That is, both hash
and d
have the same values. If two hashes are identical, then so are the values of d
. However, two identical d
's does not imply two identical hash
'es.
I want to delete the duplicate rows. I don't have a primary key column.
What's the fastest way to do this?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…