I have two tables in different databases the column names and data are some but only two columns data is different. In preious table it is character data now in the current table the character data is changed to integer for eg: 'abcd' to '12345' now I need to combine character and integer data i,e it should appear which Interger is releted to which name. Can anyone help in this.