August 2019
Beginner to intermediate
696 pages
15h 45m
English
You might sometimes need to update only a part of JSON data. In SQL Server 2016, you can modify JSON data using the JSON_MODIFY function. It allows you to:
The function accepts three mandatory input arguments:
The JSON_MODIFY function returns the updated JSON string. In the next subsections, you will see this function ...
Read now
Unlock full access