Reading values from an XML variable DECLARE @x XML SELECT @x ... query('(/Employees/Employee)[sql:variable("@i")]') --or SELECT @x ...
確定! 回上一頁