I have two tables: university and university_list
I added university_id
into the table 2 and I need to connect the two tables.
If university_name
from table 1 and name
from table 2 are identical, get the id
from table 1 and replace it onto table 2 university_id
Thank you in advance!