Ali Shashaani
My feedback
-
196 votesunder review · 9 comments · Azure Synapse Analytics » SQL/Table Structure · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Ali Shashaani supported this idea ·
Our need is to traverse complex, unpredictable JSON objects and pull out all elements, not matter how deeply nested they are, into a table of key-value pairs. A recursive CTE with cross application of OPENJSON table-valued function would elegantly take care of this. Pretty, please.