ivan
04/02/2024, 10:17 PMUPDATE
tableName
SET
registrationDate = {ts '2024-04-10 00:00:00' }
WHERE
pk = 1
Updates registrationDate to 2024-04-09 (one day back). And it does so for every day starting from the month of April. For the months before April, it works correctly. Why do you think that is?
I tried running the query from DBeaver and it executed correctly.quetwo
04/03/2024, 2:24 AMaliaspooryorik