SQL SELECT TRY_CONVERT(xml, 4) AS Result; GO The result of this statement is an error, because an integer cannot be cast into an xml data type. This example ...
確定! 回上一頁