Hello All, Is there a way to retrieve a JSON field that has period in the key name.
For ex Table Tab has JSON field Amount and the content is as below
{“tot.Amt”:1000,“tot.BalAm”:200,“tot.PymtAm”:0}
How do I retrieve the fields?
Select Tab.Amount::$tot.Amt from Tab; returns error.