当前位置:Gxlcms > 数据库问题 > Mysql 用一个表里的数据 更新另一个表的数据

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

时间:2021-07-01 10:21:17 帮助过:23人阅读

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   另一个   

人气教程排行