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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -