Forum Discussion

bradwyatt's avatar
bradwyatt
New Contributor II
5 years ago

How to Transform SQL Server Records to JSON usable format

I am querying transactions_table and batch_table using SQL Server Execute snap. The batch_table returns 1 record, and in this example the transactions_table returns 2 records. I need to be able to pu...