Question d’entretien chez SAP Concur

XML output in SQL server.

Réponse à la question d'entretien

Utilisateur anonyme

14 juill. 2015

"Select col1, col2, col3 from table1 for XML auto " will return xml output without a root "Select col1, col2, col3 from table1 for XML auto, root " will return xml output with a root

1