mysql join uodate
UPDATE adqm_data_source t1
JOIN source_info t2 ON t1.`source_name` = t2.`name`
SET t1.`password` = t2.`password`;
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/17485252.html
UPDATE adqm_data_source t1
JOIN source_info t2 ON t1.`source_name` = t2.`name`
SET t1.`password` = t2.`password`;
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/17485252.html