Can someone please help me send a query to mysql to drop a row from a table in a database based on the data in a paticular column?
The database has three tables . I would like for the script to find the paticular data and drop that whole row from the table. What is the proper sintax?
$query = "DROP row FROM database.* Where data is x";
It sounds like it shoud be simple, but this is my third day as a programmer 🙁 . I just picked up a book and started over the weekend. I don't know the language that well.
Mart.
Thanks in advance.