IBM Books

XML Extender Administration and Programming

Example

The following example updates the purchase order handled by the slaes person Sriram Srinivasan.

UPDATE sales_tab
   set order = Update(order, '/Order/Customer/Name', 'IBM')
   WHERE sales_person = 'Sriram Srinivasan'

In this example, the content of /Order/Customer/Name is updated to IBM.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]