数据库SQL——delete left join 云博小周宇2024年5月5日2023年8月15日1 Min Read 代码如下 DELETE a FROM t_StorageQty a LEFT JOIN t_Item b ON a.F_ItemID = b.F_ID WHERE isnull(b.F_ID,‘‘) = ‘‘