WHERE在电离层中的最大值
原文:Maximum values possible in a WHERE IN query
原文:Maximum values possible in a WHERE IN query
I have a table with over 3000000 entries, and i need to delete 500000 of them with given ID s. My idea is to create a query like: DELETE FROM TableName WHERE ID IN (id1, id2, ...........) which I ...