How would this be done? The MYSQL manual isnt very clear and is confusing me more about other things. (Heck I didn't know you could even set the priority of a query!) I want to delete all rows from 3 different tables where the column id (present in each table) equals something.
Something along the lines of (I know the syntax is wrong)
CheersCode:DELETE * FROM table1, table2, table3 WHERE id='$id'"
Dan



) I want to delete all rows from 3 different tables where the column id (present in each table) equals something.



Bookmarks