How to extract multi-nested values from JSONs in T-SQL
I am using SSMS v18.12.1, and am trying to write a T-SQL query to extract specific values from multiple columns, and at times nested values. In the example below, I would like to extract the DeliverySchedule @Type value, and the…