MySQL 多表删除

DELETE db_name[.*] [,db_name[.*]]...

FROM table_references

[WHERE where_condition]

原文地址:https://www.cnblogs.com/wangshuyi/p/6646014.html