![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
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 : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 413 users online © 2009 psoug.org |