这sql语句有什么错哦 。。。。updatejobssetjob_id11wherejob_id2job_id是int型。。。。报错为“无法更新标识列jo
这sql语句有什么错哦 。。。。
update jobs set job_id =11 where job_id = 2
job_id是int型。。。。
报错为“无法更新标识列 'job_id '。”
[解决办法]
因为job_id是自动编号列。
这sql语句有什么错哦 。。。。
update jobs set job_id =11 where job_id = 2
job_id是int型。。。。
报错为“无法更新标识列 'job_id '。”
[解决办法]
因为job_id是自动编号列。