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