【SQL實踐】其餘經常使用SQL彙總

【SQL實踐】其餘經常使用SQL彙總spa

一、聯表更新code

update students stu
inner join course on course.STUDENT_ID=stu.id
set stu.name=course.ID
相關文章
相關標籤/搜索