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

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 33 RETURN: results projection  To return all documents as they are in the original list, there is the following variant: FOR u IN users RETURN u  Would produce: [ { "name": "John", "age": 25 }, { "name": "Tina", "age": 29 }, ... ]  Note: this is similar to SQL's SELECT u.*