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

SqlServer执行Insert命令同时判断目标表中是否存在目标数据

时间:2018-10-21 23:24:06      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:val   com   https   serve   class   HERE   rom   tps   not   

原文:SqlServer执行Insert命令同时判断目标表中是否存在目标数据

针对于已查询出数据结果, 且在程序中执行Sql命令, 而非数据库中的存储过程

INSERT INTO TableName (Column1, Column2, Column3, Column4, Column5)
SELECT Value1, Value2, Value3, Value4, Value5
WHERE NOT EXISTS (SELECT PrimaryName FROM TableName WHERE PrimaryName = PrimaryValue)

SqlServer执行Insert命令同时判断目标表中是否存在目标数据

标签:val   com   https   serve   class   HERE   rom   tps   not   

原文地址:https://www.cnblogs.com/lonelyxmas/p/9827553.html

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