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

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 39 LET: variable creation  The LET keyword can be used to create a variable using data from a subexpression (e.g. a FOR expression)  Example (will populate variable t with the result of the FOR): LET t = ( FOR u IN users )  This will populate t with [ u1, u2, u3, u4, ... un ] explicit scope bounds