Sha256: 3a0f95da986d0aa751d37066169250a52cc8ddf342eafc8a701a7484d17739ca
Contents?: true
Size: 383 Bytes
Versions: 5
Compression:
Stored size: 383 Bytes
Contents
// vim: ft=javascript // Fetch list of all breweries paired with their associated beers, including // all attributes, while also limiting the answer set size to at most 3 // results. Select values explicitly. { "statement": "SELECT VALUE {\"bw\": bw, \"br\": br} FROM breweries bw, beers br WHERE br.brewery_id = meta(bw).id ORDER BY bw.name, br.name LIMIT 3", "pretty": true }
Version data entries
5 entries across 5 versions & 2 rubygems