intermediate json MySQL MariaDB SQL Server PostgreSQL SQLite
Update a Value Inside a JSON Column
Modify a single key in a stored JSON document without replacing the whole object, using `JSON_SET` (MySQL/MariaDB/SQLite), `JSON_MODIFY` (SQL Server), or `jsonb_set` (PostgreSQL).