当前位置:
代码迷
>>
Sql Server
>> 这sql语句有什么错哦 。解决思路
详细解决方案
这sql语句有什么错哦 。解决思路
热度:
94
发布时间:
2016-04-27 21:04:00.0
这sql语句有什么错哦 。。。。
update jobs set job_id =11 where job_id = 2
job_id是int型。。。。
报错为“无法更新标识列 'job_id '。”
------解决方案--------------------
因为job_id是自动编号列。
相关解决方案