下面的示例是一个使用RAW模式的代码。
SELECT ProductModelID, Name
FROM Production.ProductModel
WHERE ProductModelID=125 or ProductModelID=126
FOR XML RAW;
下面的示例是一个使用RAW模式的代码。
SELECT ProductModelID, Name
FROM Production.ProductModel
WHERE ProductModelID=125 or ProductModelID=126
FOR XML RAW;