pbootcms用excel生成mysql语句导入自定义表样例UPDATE
时间 :
2022-03-07
编辑 :超级管理员
update ay_content_ext set ext_cs1='4输出光接收器' where extid =38;
update ay_content_ext set ext_cs1='OR007E大壳四光机壳' where extid =39;
update ay_content_ext set ext_cs1='or024轻机户外光接收器' where extid =40;
update ay_content_ext set ext_cs1='OR004光接收机' where extid =41;
=CONCATENATE("update ay_content_ext set ext_cs='",B3,"' where extid =",A3,";")