Forum Discussion
waleed111
Helper V
5 years agoMerging queries
when i try to merge tow table i get this error:
"select the column of the same type to continue"
so what is the problem?
waleed111 try to have the same data type for both mergeing column. First change the data type to Date/Time in both the tables and then try to attempt to merge tables.
3 Replies
- AnonymousNot applicable
Hi waleed111
Due to the type of two columns are different(Data and Date/Time)
And I think you need keep the Date/Time column, so you can add a new column with Date Only.
Then you can do merge between two same type columns.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.