Hi to All,
I have a table articles.
If I made the simple query:
I obtain the name and the relative quantity of each row in the table articles.
But, now the question is:
Is it possible to make a query in order to obtain the XML output of the same query?
If yes, what i s the sintax?
Tanks in advance.
Gerolamo
I have a table articles.
If I made the simple query:
Code:
SELECT name, quantity From articles;
But, now the question is:
Is it possible to make a query in order to obtain the XML output of the same query?
If yes, what i s the sintax?
Tanks in advance.
Gerolamo
Comment