天津建设工程信息网招标公告成都关键词优化平台
mysql 中update 可以和select配合使用,即更新的数据是用select查出来的;
举例:
update b inner join(select x,y from m) n on b.x = n.x set b.y = n.y;
mysql 中update 可以和select配合使用,即更新的数据是用select查出来的;
举例:
update b inner join(select x,y from m) n on b.x = n.x set b.y = n.y;