Search notes:

Oracle: JSON_TRANSFORM

update
   tq84_json_docs
set
   jsn = json_transform(jsn,
           set    '$.foo.bar' = 'baz',
           remove '$.list[*]?(@.type == "xyz")'
                                          )
where
  …
Modification operations for json_transform are
(Optional) handlers:
{error|ignore|replace|remove} on existing
{error|ignore|create} on missing
{null|error|ignore|remove} on null
Not all handlers are possible for a given operation.

See also

json_mergepath
Oracle SQL/JSON

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758199939, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/SQL/functions/json/transform(71): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78