Nonstop Database, HiRDB Version 9 SQL Reference
Specifies a query for an XML type value.
An XQuery query can be specified as a character string literal in the following places:
XQuery ::= XQuery-declaration XQuery-query-body |
Declare the default XML namespace in XQuery-declaration. Define the result of the XQuery query inside XQuery-query-body.
declare default element namespace 'http://www.aaa.com' ; ... XQuery declaration /bookinfo/book/price/child::text() ... XQuery query body |
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.