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
I'm trying to figure out if there is a way to present a value as a JSON string within queried column. In the example below "recordData" has many structures in our collection. The generated drdl is literally 1000's of lines long just for that one key.
I’d like to create a drdl entry that would convert the whole object to convert the "recordData" object to a string within one sql column.
Example select would be something like this:
name, recordData, state
Mike, '{"subject":{"txtFirstName":"Harley","selGender":"Male"}}', WA
I have to believe this is possible in drdl, but I can't find it in the documentation. Ideally, below would work (but it doesn't):
I'm trying to figure out if there is a way to present a value as a JSON string within queried column. In the example below "recordData" has many structures in our collection. The generated drdl is literally 1000's of lines long just for that one key.
Using this simplified document:
I’d like to create a drdl entry that would convert the whole object to convert the "recordData" object to a string within one sql column.
Example select would be something like this:
I have to believe this is possible in drdl, but I can't find it in the documentation. Ideally, below would work (but it doesn't):
I'm not sure where else to ask this and couldn't find the source code for mongsqld to figure out if it's supported.
The text was updated successfully, but these errors were encountered: