Hosted on SourceForge
and licensed under
Creative Commons GNU GPL.
| Alan Karben submitted this query on: February 07, 2008 1:17am EST | |
| TITLE | Get all subscores for an event |
|---|---|
| SPORTS | ALL SPORTS |
| QUERY | SELECT * FROM events, participants_events, periods WHERE events.event_key = 'l.mlb.com-2007-e.18640' AND participants_events.event_id = events.id AND periods.participant_event_id = participants_events.id |
| DESCRIPTION | gets subscores |
| DBs TESTED | MySQL |
| ADDITIONAL NOTES | |
"Here's a fancier version."