Sha256: b3f79718455dfb5e43bc190576d7bbd01d5bb66c9f1e6a62a931d87e72afe93f

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

// vim: ft=javascript
// For each brewery produce an object that contains the brewery name along with
// a list of all of the brewery’s offered beer names and alcohol percentages
{
  "statement": "SELECT bw.name AS brewer, (SELECT br.name, br.abv FROM beers br WHERE br.brewery_id = meta(bw).id ORDER BY br.name) AS beers FROM breweries bw ORDER BY bw.name LIMIT 2",
  "pretty": true
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libcouchbase-1.4.03 ext/libcouchbase/example/analytics/queries/15-nested-outer-join.json
mt-libcouchbase-1.4.02 ext/libcouchbase/example/analytics/queries/15-nested-outer-join.json
mt-libcouchbase-1.4.01 ext/libcouchbase/example/analytics/queries/15-nested-outer-join.json
mt-libcouchbase-1.4.0 ext/libcouchbase/example/analytics/queries/15-nested-outer-join.json
libcouchbase-1.3.2 ext/libcouchbase/example/analytics/queries/15-nested-outer-join.json