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

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 38 LIMIT: Result set slicing  The LIMIT keyword allows slicing the list of result documents using an offset and a count  Example for top 3 (offset = 0, count = 3): FOR u IN users SORT u.first, u.last LIMIT 0, 3