|
XML Functions, XML Query Functions
XML functions or XML Query functions have been available in
ASE
since version 12.5.1. The list of functions was expanded in ASE version 15.0.
List of XML Functions
In addition to the above the
clause
for xml
of the
DQL
statement
select
exists, too.
Using this statement, a
query
can be converted into a
SQLX-XLM
document.
The XML features of ASE can be switched on or off, on a server wide basis, with the
configuration parameter
"enable xml"
using the
stored procedure
sp_configure.
See also:
ASE T-SQL - Aggregate Functions.
|