Forum Discussion

waleed111's avatar
waleed111
Icon for Helper V rankHelper V
5 years ago
Solved

Merging 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

  • negi007's avatar
    negi007
    Icon for Community Champion rankCommunity Champion

    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.

     

     

  • CNENFRNL's avatar
    CNENFRNL
    Icon for Community Champion rankCommunity Champion

    Hi, waleed111 , data type of columns used as key are inconsistent; so an error occurs. I think you'd split "Date-Time of manufacturing" column into Date column and Time column,

  • Anonymous's avatar
    Anonymous
    Not 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.