【SQL实践】其他常用SQL汇总
1、联表更新
update students stu inner join course on course.STUDENT_ID=stu.id set stu.name=course.ID