d***@nextsteps.ai
2018-06-01 06:02:11 UTC
Hi,
Could anyone help me in updating a list in document using AQL Query.
Example:-
{
"teacher":-"Ram"
"subjects_he_teach":[
{
"grade":9
"subjects_he_teaches":["physics","Maths"]
},
{
"grade":10
"subjects_he_teaches":["Telugu","Hindi"]
}
]
}
In the above document i need to append one more object of grade 8 and also
I need to update subjects he teaches in grade 9.
Could anyone help me regarding this.
Could anyone help me in updating a list in document using AQL Query.
Example:-
{
"teacher":-"Ram"
"subjects_he_teach":[
{
"grade":9
"subjects_he_teaches":["physics","Maths"]
},
{
"grade":10
"subjects_he_teaches":["Telugu","Hindi"]
}
]
}
In the above document i need to append one more object of grade 8 and also
I need to update subjects he teaches in grade 9.
Could anyone help me regarding this.
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.