|
|||||
|
TOC | Introduction | Basics | Prefixes | Parameters | Group-By | Summative | Links | e-mail
Basic Query StructureThe basic query structure is a comma delimted list of fields, an `@` sign, followed by an `and` and/or `or` delimited list of conditions.Here are a few examples:
to get the date and points scored
by the Colts in the 2006 season use the SDQL:
to get the date, points, field goals made and
field goals attempted for Bulls home games in 2002 use the SDQL:
to get the date, team, starter, and the number of innings the starter went for
all games in the 2007 MLB post season use the SDQL: Many popular sites such as SportsDataBase.com and KillerSports.com provide default fields. For these site if you provide only a condition (with no `@` sign) then a standard output is generated.
To see the SportsDataBase.com standard output including
records, summary statistics, and game listing for NBA teams when they are getting more than 10 points at home use the SDQL: TOC | Introduction | Basics | Prefixes | Parameters | Group-By | Summative | Links | e-mail |
|||||
|