Hosted on SourceForge
and licensed under
Creative Commons GNU GPL.
| Alan Karben submitted this query on: March 03, 2008 1:09pm EST | |
| TITLE | Get all teams and final scores for a game |
|---|---|
| SPORTS | ALL SPORTS |
| QUERY | SELECT * FROM events, participants_events WHERE events.event_key = 'l.nfl.com-2007-e.2153' AND participants_events.event_id = events.id; |
| DESCRIPTION | gets scores |
| DBs TESTED | MySQL |
| ADDITIONAL NOTES | |
"yhfh"
"The first query needs to be modified because it also can potentially return all players involved in the game. This query returns only teams as well as the team names."