1つのクエリで複数の更新を行う方法がわかりませんでした。
これが私の2つのテーブルです。
devices_table
DeviceID Brand SerialNumber
---------------------------------
1 Nintendo 324234324
2 Nintendo 89978333
3 Sony Z3432343
4 Sony Z3424335
一時的なテーブル
DeviceID Brand SerialNumber
---------------------------------
NULL Nintendo 324234324
NULL Nintendo 89978333
NULL Sony Z3432343
NULL Sony Z3424335
DeviceIDをtemporary_tableに入力するにはどうすればよいですか?どのようなクエリが必要ですか?