Cargo query

Showing below up to 80 results in range #1 to #80.

View (previous 1,000 | next 1,000) (20 | 50 | 100 | 250 | 500)

View (previous 1,000 | next 1,000) (20 | 50 | 100 | 250 | 500)

Modify query

View wikitext
{{#cargo_query:
tables=shows, live_show_photos, live_show_videos
|fields=shows._pageName=page_name, shows.date=date, shows.artist=artist, shows.featuring_artist=featuring_artist, shows.venue=venue, shows.location=location, shows.festival=festival, shows.notes=notes, IF(live_show_photos._pageName IS NULL AND shows.poster IS NULL, '', '1')=photos, live_show_videos._ID=video
|where=shows.lineup HOLDS "Jimmy Flemion" AND shows.artist="The Smashing Pumpkins"
|join on=shows._pageName=live_show_photos._pageName, shows._pageName=live_show_videos._pageName
|group by=shows._pageName
|order by=shows.date ASC ASC
|limit=1000
|format=template
|template=Live show row
|named args=yes
}}