Arangodb's variable for looping -


how can have variable increase on loop? tried aql , not work

let x=0 // trying find way increase 1 on conditions v in male update v (count:x+1) in male 

variables in aql immutable, can't re-assign them. see docs


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -