Re: cascade delete's

2001-06-19 Thread Sinisa Milivojevic
Rolf Hopkins writes: > That requires the use of foreign keys and that's not supported. > The above is true, but in a near future beta version of multi-table delete will be ready for testing in 4.0 branch. Syntax will be : delete t1,t2,t3 from join_of_any_type_involving_at_least_t1_t2_t3

Re: cascade delete's

2001-06-19 Thread Rolf Hopkins
That requires the use of foreign keys and that's not supported. - Original Message - From: "Sibel Toprakkiran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 16:23 Subject: cascade delete's > Hi, > > I wanted only to k

cascade delete's

2001-06-19 Thread Sibel Toprakkiran
Hi, I wanted only to know, if there is a possibility in mysql for cascading delete's? Because in databases with a lot of tables, it s really difficult to pay attention to all of the dependencies and it would be nice, if there is a possibility for automatically deleting the dependent records. tha