标签: mysql
运行更新查询时,error while update我收到MySQL错误代码:1644
update building set company_id =10 where id = 101;
不允许更新SQL错误(1644)company_id。
在本地环境中可以正常工作。但是在舞台环境中面临问题。 你们能帮我吗?