XPath
Last updated
Last updated
The XPath()
function executes the given XPath query on XML text and returns the result as text.
Follow this link to learn more about XPath.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns an text that is the result of an xpath query.
Returns Invalid expression
if the parameter is not a text.
Name | Type | Required | Description |
---|---|---|---|
| text | Text that contains XML | |
| text | Text that contains an XPath query |