输入banner图图片脚本导航/分类

Mysql 用一个表里的数据 更新另一个表的数据

UPDATE st_excellent_auxiliary_police eap,
st_upload_file uf 
SET eap.img_path = uf.id 
WHERE
	eap.img_path = uf.file_url;

  

Mysql 用一个表里的数据 更新另一个表的数据

标签:load   img   exce   pre   pat   excel   upload   EAP   另一个