sql - Update Table Column From Another Table? -


Then I have two tables in a table, list of students, one student ID for each student and for each student Find a house

Then you have another table in which the first enabled students (and they are in a completely different order) have updated addresses and a subset of a student ID.

I can update the address from the first table using a query that needs a query that can match the student ID of the two tables, and thus what is in the second table.

I have tried it, but there is no luck:

  updated roster, updated roster set roster. Address = (Choose roster from updated roster where student id = updated roster.StudentiD) where roster. Student ID = Updated roster. Student help  

Any help here will be highly appreciated.

Update: This is on Microsoft Access FWID

update roster set Roster. Address = Updated roster. Contact the roster, where the updated roster roster StudentID = updated roster. Studiedidae

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -