There is a feature request for this kind of "delete" statement, and I
will increase the priority, but it still is relatively low priority:
MySQL compatibility: multi-table delete: DELETE .. FROM .. [,...]
USING - See http://dev.mysql.com/doc/refman/5.0/en/delete.html
The disadvantage of this syntax is that it's not compatible with other
databases. So I suggest to use a single table delete, and "where
exists(...)" as Maaartin suggested.
Regards,
Thomas