You call these methods by using the user-defined type method invocation syntax. For example:
|
SELECT XmlCol.query(' ... ')
FROM Table |
Note: |
|---|
|
The xml data type methods query(), value(), and exist() return NULL if executed against a NULL XML instance. Also, modify() does not return anything, but nodes() returns rowsets and an empty rowset with a NULL input. |