Support json_object #102
                  
                    
                      seanwoodward
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suggesting supporting json_object function. My use case pulls several single rows from multiple related tables, with parent - child and parent - child - grandchild relationships. Initially I approached the structured query using
Withbut ran into problems with column collisions. Pulling child relationships as json_objects allows the composition of related tables without encountering column collisions.Models
Structured Query
SQL
see jsonobject-function branch on my fork.
Beta Was this translation helpful? Give feedback.
All reactions