2020 – Part 8 – Put It All Together
This post finally puts queried data into columns in Polymorphic Table Function (PTF) result set. The algorithm is fairly straightforward: Get a set of rows… Read More »2020 – Part 8 – Put It All Together
This post finally puts queried data into columns in Polymorphic Table Function (PTF) result set. The algorithm is fairly straightforward: Get a set of rows… Read More »2020 – Part 8 – Put It All Together
It’s finally time to get data to populate the structures defined in previous posts. The code for this is pretty straightforward. Fetch a set of… Read More »2020 – Part 7 – Data Data Data
This post recaps all of the pieces we have to put our JSON data into colums in rows. We have the queried (aka GET) columns,… Read More »2020 – Part 6 – Gets and Puts and CStores