这sql语句有什么错哦 。。。。
update jobs set job_id =11 where job_id = 2
job_id是int型。。。。
报错为“无法更新标识列 'job_id '。”
[解决办法]
因为job_id是自动编号列。
发布时间: 2012-03-04 11:13:34 作者: rapoo
这sql语句有什么错哦 。。。。
update jobs set job_id =11 where job_id = 2
job_id是int型。。。。
报错为“无法更新标识列 'job_id '。”
[解决办法]
因为job_id是自动编号列。