執(zhí)行SQL語句錯(cuò)誤?
if not exists(select 0 from 表名1 where 列名1=值) delete 表名2 where 列名2=值
上面的語句是如果在【表名1】里【列名1】的【值】不存在,則刪除,反之不進(jìn)行操作
exists函數(shù)是判斷該查詢是否存在結(jié)果
執(zhí)行SQL語句錯(cuò)誤?
if not exists(select 0 from 表名1 where 列名1=值) delete 表名2 where 列名2=值
上面的語句是如果在【表名1】里【列名1】的【值】不存在,則刪除,反之不進(jìn)行操作
exists函數(shù)是判斷該查詢是否存在結(jié)果