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
constresult=awaitdb.selectFrom('person').select((eb)=>['id',jsonArrayFrom(eb.selectFrom('pet').select(['pet.id as pet_id','pet.name']).whereRef('pet.owner_id','=','person.id').orderBy('pet.name')).as('pets')]).execute()
does d1 support it ?
The text was updated successfully, but these errors were encountered:
I am not able to get this syntax to work
does d1 support it ?
The text was updated successfully, but these errors were encountered: