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

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

时间:2018-10-08 16:35:54      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:name   判断   col   sql   数据   exists   primary   where   not   

针对于已查询出数据结果, 且在程序中执行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命令同时判断目标表中是否存在目标数据

标签:name   判断   col   sql   数据   exists   primary   where   not   

原文地址:https://www.cnblogs.com/JosephBee/p/9755050.html

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