how to delete properties in array using JSON_MODIFY in sql server
I have a complex json stored in a varchar(max) column. I have an array of strings in the json. myArray: ['one', 'two', 'three', 'four'] I am running the following update query to delete property two from the array above using…