热门标签
更多>
搜索结果
查询Tags标签: phg,共有 2条记录-
MySQL联表更新
update A as phg left join B as pb on phg.patient_id = pb.patient_id set phg.double_flag = case when pb.live_place_community = pb.census_register_community then 0 #否双列管 when pb.live_place_community != pb.census_register_community then 1 #是双…
2022/1/7 19:07:34 人评论 次浏览 -
MySQL联表更新
update A as phg left join B as pb on phg.patient_id = pb.patient_id set phg.double_flag = case when pb.live_place_community = pb.census_register_community then 0 #否双列管 when pb.live_place_community != pb.census_register_community then 1 #是双…
2022/1/7 19:07:34 人评论 次浏览