Sha256: 0b9be261065d5601f5f939dda576ec251279995da1f3baf9da1272a6e4b7ad02
Contents?: true
Size: 346 Bytes
Versions: 5
Compression:
Stored size: 346 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. With ANSI JOINS! { "statement": "SELECT * FROM breweries bw JOIN beers br ON 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