|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: XMLELEMENT
Definition: XMLELEMENT (element name, value expression) element name is the parent node name, while value expression contains the subnode information. Example Usage: A company uniquely identies its employee by their name and job. The SQL query below uses the XMLELEMENT function to create the XML fragment "Employee" out of its member column 'ENAME' and 'JOB'. SELECT XMLELEMENT ("PSOUG", Related Links: |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |