Both top-level and relative functions can use literals as parameters. For example:
select xmlextract( 'tolower("aBcD")' ,text_doc),
xmlextract( '/bookstore/book/tolower("aBcD")', text_doc)
from sample_docs where name_doc='bookstore' -------- ---------- abcd abcd
| Copyright © 2004. Sybase Inc. All rights reserved. |
|
|