在SQL Server 2016中,我尝试转换以下JSON: DECLARE @json NVARCHAR(MAX); SET @json = N' { "date": "2021-12-31", "distributor_name": "Test", ...
確定! 回上一頁