Update table according to the date less than or equal to the reference file
Hi all, I have 2 tables where the dtA is my original file and dtB is my reference file. What I would wanted to do is to have dtA be updated according to the date less than or equal to the reference file.For example, Table dtADate ModelQty06/24/2023A2306/30/2023A2507/01/2023A3407/05/2023A50 Table dtBDate ModelRef06/01/2023A10007/01/2023A150 After updating dtA, the table should look like thisDate Mo...