ringa_lee
delete deletes the actual table, while the result of the join query (join) is a "temporary table". If you want to do it all at once, you need to use a subquery: delete from xxx where xx in (select...)
delete deletes the actual table, while the result of the join query (join) is a "temporary table". If you want to do it all at once, you need to use a subquery: delete from xxx where xx in (select...)