Ok - so consider the following table:
ID Name
I query this table and everything is fine.
Now let's say there is another table on a different database from a server on the cloud where the ID matches a phone number:
ID Phone
All i want to do with merge the phone number column to the first table based on ID.
Does anyone know how to do this?
Thanks in advance!!!