Sha256: 8e4299b010613936468827c183ef69532507af0c967cc3d4a6c2244ed5b43ddc

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

select shows.uuid, shows.year, shows.month, shows.day 
from shows, show_sets, songs, song_refs 
where
  shows.uuid = show_sets.show_uuid and
  songs.show_set_uuid = show_sets.uuid and
  songs.song_ref_uuid = song_refs.uuid and 
  song_refs.name = 'Scarlet Begonias' 
  and segued = false
order by shows.year, shows.month, shows.day;

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gdshowsdb-4.0.2 missing_segues.sql
gdshowsdb-4.0.1 missing_segues.sql
gdshowsdb-4.0.0 missing_segues.sql
gdshowsdb-3.0.0 missing_segues.sql
gdshowsdb-2.1.0 missing_segues.sql