MySQL supports a multi-table UPDATE syntax, which would look approximately like this: UPDATE Reservations r JOIN Train t ON (r.Train = t.TrainID) SET t.
確定! 回上一頁