sql server2005 中insert into的问题

2025-06-24 09:10:00
推荐回答(2个)
回答1:

不行 insert就是插入新数据
如果原来有值的 那只能用update

回答2:

你可以直接在sql语句中将重复的值过滤掉不就可以了。