Pregunta de entrevista de SAP Concur

XML output in SQL server.

Respuesta de la entrevista

Anónimo

14 jul 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