I am trying to connect multiple tables via Virtual Join for which Timestamp is the Reference key.
The main table has 2021-01-03 09:30:01 time stamp format where the column is nominal.
2 other tables which had the same "time stamp" format has been joined. I need to join the 4th and 5th Table with Time stamp in Numeric format as shown here 3/10/2021 16:45
Note- I do not have "second (from Timestamp) :01 or :02" in the 4th and 5th table. I am not concerned about the" second (from Timestamp)" - if that helps. I tried parsing timestamp and use concatenate-- But that did not work.How to get this accomplished? Any help.