MySQL Forums
Forum List  »  Archive Storage Engine

Delete specific row from query
Posted by: Samuel Bennett
Date: August 22, 2008 06:08PM

Is there a way to delete a specific row from a query?
I have a page that retrieves all the information from an user specified database and table so my query is "SELECT * FROM {$dbtable}" and I have checkboxes for each row.

I am wondering if there is some variation on "DELETE FROM {$dbtable} ROW '{$row}' OF (SELECT * FROM {$dbtable})" that is syntactically right.

Options: ReplyQuote


Subject
Views
Written By
Posted
Delete specific row from query
20898
August 22, 2008 06:08PM
10294
August 31, 2008 04:42PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.