Hello!

How I can delete date from tables concerned with indexes?
For example:
            DELETE FROM table1,table2 WHERE table1.table1_id = table2.table1_id and 
table2.status = 'example';
          or
            DELETE FROM table1 WHERE table1.table1_id = table2.table1_id and 
table2.status = 'example';




Best regards,
                                 WebDesign Cityline
                                 Andre Gorben <[EMAIL PROTECTED]>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to