サンプルコード. UPDATE users as u INNER JOIN schools as s ON s.id = u.school_id SET age = 18 WHERE s.name = "high school" AND s.class = "3A" ...
確定! 回上一頁