Hi there i need to filter my database to delete all entry from a table that contain special letter. Like ; " * > < ! ? : ( ) ~ how to ? DELETE * FROM My_Table WHERE My_Row LIKE ?
I do not know regex and not even sure if mysql supports regex, here is your plain query which will do the job I hope it hlps. regards