sql >> データベース >  >> RDS >> Mysql

MySQLの同じテーブルを参照するサブクエリを使用したSQLUPDATE

    http://dev.mysql.com/doc /refman/5.0/en/update.html

    UPDATE user_account student 
    INNER JOIN user_account teacher ON
       teacher.user_account_id = student.teacher_id 
       AND teacher.user_type = 'ROLE_TEACHER'
    SET student.student_education_facility_id = teacher.education_facility_id
    


    1. SQLServerの既存のテーブルに外部キー制約を追加する方法-SQLServer/TSQLチュートリアルパート68

    2. MySQLトリガー/プロシージャの実行遅延

    3. utf8を使用したmysqldumpは、正しい絵文字文字列をエクスポートできません

    4. SSMSにAzureDataStudioが付属するようになりました