当前位置:Gxlcms > 数据库问题 > Mysql多表关联删除操作

Mysql多表关联删除操作

时间:2021-07-01 10:21:17 帮助过:1人阅读

tableA a from tableA a left join tableB b on a.netbar_id = b.netbar_id where b.role_id = 0;

 

Mysql多表关联删除操作

标签:

人气教程排行