码迷,mamicode.com
首页 > 数据库 > 详细

SQL——delete left join

时间:2020-05-04 19:30:09      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:col   code   isnull   HERE   rom   nbsp   div   left join   tor   

代码如下

DELETE
    a
FROM
    t_StorageQty a
LEFT JOIN
    t_Item b
ON
    a.F_ItemID = b.F_ID
WHERE
    isnull(b.F_ID,‘‘) = ‘‘ 

 

SQL——delete left join

标签:col   code   isnull   HERE   rom   nbsp   div   left join   tor   

原文地址:https://www.cnblogs.com/fabao/p/12827697.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!