Hosted on SourceForge
and licensed under
Creative Commons GNU GPL.
| Alan Karben submitted this query on: February 07, 2008 1:16am EST | |
| TITLE | Get all teams and final scores for one event |
|---|---|
| SPORTS | ALL SPORTS |
| QUERY | SELECT * FROM events, participants_events WHERE events.event_key = 'l.mlb.com-2007-e.18640' AND participants_events.event_id = events.id |
| DESCRIPTION | final scores only... not sub-scores |
| DBs TESTED | MySQL |
| ADDITIONAL NOTES | |
"The first query needs to be modified because it also returns all the persons involved in the event. This query specifies we only want teams and also lists the team name."