Joining tables with different levels of precision
I have a table which gives the dates and times when changes were implemented which are roughly a week apart. I have another table of data with much finer times (on the order of minutes) which I’d like to join to the first table. How can I get the proper change level to be listed in a row which doesn’t have the same date/time?For example, Table 1 could list change level 1 as happening on March 1 ...
