|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: EXISTSNODE
Definition: The EXISTSNODE function is deprecated. It is still supported for backward compatibility, however, Oracle recommends that you use the XMLEXISTS function instead. Example Usage: The SELECT statement below checks an Order node in the ORDERS_XML table. It checks whether mail has been sent to a vendor by checking that whether or not the path "/Order/MailAddressTo/Company" exists for the condition "Company=Google". SELECT COUNT(*) Related Links: |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |