I need some help with a migration in phpmyadmin
I have 2 Tables with different stucture, I want that it automatically copy the NAME ADRESS LONGITUDE AND LATIDUDE
from the [ store ] database to the [ tbl_storefinder_stores ] in the right row, but don't know how to do this.
EDIT: the query you want to be running seems to be get all records from the 'store' table and insert them into tbl_storefinder_stores with the same values like this:
fiddle
If you want to create new records in the stores table for all of the records in the other table you can just do:Or if you want to update the records in stores: