skip to Main Content

How to update json property of TimeStamp in oracle

I have one of the column audit_info with JSON data in the table: { "AddInfo":{ "UPN":"[email protected]", "UserName":"[email protected]", "TimeStamp":"2021-10-11T15:54:34:4805634Z", "Source":"xyz" }, "ChangeInfo":{ "UPN":"[email protected]", "UserName":"[email protected]", "TimeStamp":"2021-10-11T15:54:34:4832421Z", "Source":"xyz" } } I need to update TimeStamp of seconds decimal point from :4832421Z to .4832421Z…

VIEW QUESTION
Back To Top
Search