问题描述
- mysql两表数据匹配,更新结果为什么为0
- update crm_customerhr_post
set crm_customer.beseats_depid=hr_post.dep_id
crm_customer.beseats_depname=hr_post.depname
where hr_post.emp_id=crm_customer.BeSeats
解决方案
0就是没有数据更新呗,没有符合条件的数据吧
解决方案二:
字段名合适的没?表里边有没有这些字段
时间: 2024-10-26 05:23:10