Mysql - Speed Of Delete Queries
Speed of Delete queries
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Elavarasan RPosted Aug 3, 2019, 9:41 AM
If you want to delete specified data then use,
note: you could add IDs to a temporary table then do the below code.