The following figure explains well what I want to try (and what I tried to do but it did not work):
That is, I need to update some rows of a table with the same data contained in a row (specifically the columns bankId, proj_day and liq_day, in red in the figure above). Note that the id column is equal to the entryID column of the other rows that need to be filled (green in the figure above). The query I mounted did not work, and there are hundreds of data like this that need to be updated that way.
Would anyone give me a light? Thanks!