Updating columns values from another table SQL
问题 I want to update my table from another table in another database.I have two table that has two same columns.There are ID and iexp column.What i want is update every row from k_monster table to my database's k_monster table but there are other columns such as iHP iMP so i want to just update iExp column.what do you suggest? 回答1: Assuming Target_Database is the database where the table is that you want to update and Source_Database is the database where the table is you are using to update from