Posts
Sort by recent activity
Why does my table Alias get removed when using OpenJSON?
As I've been learning how to shred Json objects in SQL, I'm finding some strange behavior with SQL Prompt. I have Json with nested objects, that I shred like this:
DECLARE @... NVARCHAR(MAX) = N'...