日期:2014-05-16 浏览次数:20522 次
update tbl_course c, tbl_video v ?set ?c.video_id = v.id ?where c.`name` = v.title;