That's a lot of chopped pork and ham
Good work

Yes, did I mention the database is pretty bad ?chronicthehedgehog wrote: Fri Nov 17, 2023 11:07 am Wow, 7M external links.
That's a lot of chopped pork and ham![]()
troed wrote: Fri Nov 17, 2023 11:27 am Absolutely awesome work Chris! This is such a valuable resource.
Yeah mySQL.troed wrote: Fri Nov 17, 2023 4:20 pm What's the database engine? MySQL? If so there must be something wrong with the way the deletion is done
Code: Select all
$deleteSql = "DELETE FROM revision WHERE rev_text_id = $revTextId";
$conn->query($deleteSql);