update left join在MySQL和Sql Server中的用法

例如有兩個表:user(id, uname, score), student(id, surname, personal_name, score)。現在需要將student表中的學生surname和personal_name拼接後與user的uname匹配,然後修改user表中對應人員的分數情況。實際使用中是設計到了子查詢,本例可能並不太適合     (1)在MySQL中,可以直接使用: upda
相關文章
相關標籤/搜索