MySQL Forums
Forum List  »  Newbie

Re: delete - constraint without InnoDB?
Posted by: Felix Geerinckx
Date: August 09, 2005 08:10AM

oliver voegeli wrote:

> now I'd like to delete a row in T1, due to the 1:m relationship I'd also like all records in T2 with
> the same foreign key t1ID. is that possible to do within one sql-statement?

Look up multiple-table DELETE here: http://dev.mysql.com/doc/mysql/en/delete.html

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: delete - constraint without InnoDB?
August 09, 2005 08:10AM


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.