![]() |
|||
|
![]() |
![]() |
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
![]() Term: XMLSEQUENCE
Definition: XMLSEQUENCE ([XMLType instance | SYS_REFCURSOR instance]) In the syntax, note that it can accept either an XML Type instance or a ref cursor instance. Example Usage Case 1: The SQL below uses fixed values (type casted as XML type instance) as input to the XMLSEQUENCE function. SELECT value(T).getstringval() Attribute_Value Case 2: The SQL below uses a cursor sub query as input to XMLSequence function. SELECT VALUE(em).getCLOBVal() Related Links: |
![]() |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |