XML functions

The following table describes the supported SQL XML functions.

Function Description
EXTRACTVALUE Extracts a value from an XML document using XPath, returning the first match. This function is now considered legacy.
UPDATEXML Updates specific parts of an XML document. This function is now considered legacy.

For more information, see the MySQL documentation: XML Functions.