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

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 34 RETURN: results projection  To return just the names for all users, the following query would do: FOR u IN users RETURN u.name  Would produce: [ "John", "Tina", ... ]  Note: this is similar to SQL's SELECT u.name