Generates an XML type value.
XML ( value-expression [AS data-type] ) |
The XML document stored in the embedded variable :bookinfo is inserted into BOOK_MANAGEMENT_TABLE.
INSERT INTO BOOK_MANAGEMENT_TABLE
VALUES (310494321, XML(:bookinfo AS BINARY(102400)))