当前位置: 代码迷 >> Sql Server >> SQL Proc Insert Update,该怎么解决
  详细解决方案

SQL Proc Insert Update,该怎么解决

热度:304   发布时间:2016-04-27 14:08:28.0
SQL Proc Insert Update
问题如图所示:

错误提示:


------解决方案--------------------
if 下面要有运行语句,如果没有的话 就改条件,用NOT EXISTS 后面不要用else了
------解决方案--------------------
SQL code
改成if not exists(select ...)begininsert ...update ....end
  相关解决方案