Hello!
I have a three different database that include same data set but in different column name. For example, I have database called "A" that contain doctor's name in doctor's name column and have database called "B" that contain doctor's name in member's column, and also have database "C" that contain doctor's name in medical professional's column. I woluld like to write SQL statement that can compare "A" with "B" and "A" with "C".
For example, If the doctor's name in "A" are also in "B" as a member's name and if it's 80% same(if 8 out of 10 doctor's name in "A" are in "B", then need populate those doctor's name. compare "A" with "C" will use the same way as compare "A" with "B". Any tips will be appreciated it
Thanks
John
I have a three different database that include same data set but in different column name. For example, I have database called "A" that contain doctor's name in doctor's name column and have database called "B" that contain doctor's name in member's column, and also have database "C" that contain doctor's name in medical professional's column. I woluld like to write SQL statement that can compare "A" with "B" and "A" with "C".
For example, If the doctor's name in "A" are also in "B" as a member's name and if it's 80% same(if 8 out of 10 doctor's name in "A" are in "B", then need populate those doctor's name. compare "A" with "C" will use the same way as compare "A" with "B". Any tips will be appreciated it
Thanks
John