In this example, we use SELECT * INTO to create a new table and insert the contents of the JSON document into it. DECLARE @json NVARCHAR(4000) = ...
確定! 回上一頁