Please activate JavaScript!
Please install Adobe Flash Player, click here for download

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 18 Type comparisons  For list values, the elements from both lists are compared at each position. For each list element value, the described comparisons will be done recursively: [ 1 ] > [ 0 ] [ 2, 0 ] > [ 1, 2 ] [ 99, 4 ] > [ 99, 3 ] [ 23 ] > [ true ] [ [ 1 ] ] > 99 [ ] > 1 [ true ] > [ ] [ null ] > [ ] [ true, 0 ] > [ true ]