You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTB.kind,B.id_listFROM table1 A
CROSS APPLY OPENJSON(A.param,'$.config') WITH (kind VARCHAR(20) '$.kind',id_list NVARCHAR(MAX) '$.id_list'AS JSON) B