Sha256: 4ea2d14648a4c2715dee84416fe08e5a403d191a95599378ba03c1499910edd0
Contents?: true
Size: 330 Bytes
Versions: 5
Compression:
Stored size: 330 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. { "statement": "SELECT * 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