delete_all with include?

So MySQL (among others) does support joints on a DELETE statement. If I want to delete_all type deletion with a join, is there any way to pass :include to delete_all? Doesn't look like it. Any other good way to do this, or should I just use the raw SQL connection?

Thanks for ideas.

Jonathan