S p o r t s D a t a B a s e . c o m
a sports data query language (SDQL ©) consultancy

Permission is given to quote trends found on SportsDataBase.com provided that a reference and a link to SportsDataBase.com is provided. E.g.: Trend found on SportsDataBase.com


Winning Picks, Guaranteed
NCAA Football Query


'League'='League' and site=away and line<0 and o:team= 'NOTD' and 19841117<=date
SU: 16-12-0 (2.8)
ATS: 10-18-0 (-4.4) avg line: -7.1
O/U: 4-2-0 (5.8) avg total: 44.6
DateDay#SeasonTeamOppSiteFinalRestLineTotalSUmATSmSUrATSrOUrConfTypeConf.OT
Nov 17, 1984 SAT 10 1984 PNST NOTD A 7-44 13 -1 -37 -38 L L O 1 RS IND 0
Oct 26, 1985 SAT 6 1985 USC NOTD A 3-37 6 -1 -34 -35 L L O 0 RS P10 0
Sep 13, 1986 SAT 1 1986 MICH NOTD A 24-23 -6 1 -5 W L O 0 RS B10 0
Nov 15, 1986 SAT 10 1986 PNST NOTD A 24-19 6 -4' 5 +0' W W O 1 RS IND 0
Nov 28, 1987 SAT 10 1987 MIAF NOTD A 24-0 6 -6' 24 +17' W W O 1 RS IND 0
Oct 15, 1988 SAT 5 1988 MIAF NOTD A 30-31 13 -3' -1 -4' L L O 1 RS IND 0
Oct 20, 1990 SAT 6 1990 MIAF NOTD A 20-29 6 -3 -9 -12 L L O 1 RS IND 0
Nov 13, 1993 SAT 10 1993 FLST NOTD A 24-31 6 -7 -7 -14 L L O 0 RS ACC 0
Nov 12, 1994 SAT 9 1994 FLST NOTD A 23-16 6 -12' 7 -5' W L O 0 RS ACC 0
Oct 21, 1995 SAT 7 1995 USC NOTD A 10-38 6 -4 -28 -32 L L O 0 RS P10 0
Sep 28, 1996 SAT 3 1996 OHST NOTD A 29-16 6 -3 13 +10 W W O 0 RS B10 0
Sep 05, 1998 SAT 1 1998 MICH NOTD A 20-36 -6 -16 -22 L L O 0 RS B10 0
Sep 09, 2000 SAT 2 2000 NEB NOTD A 27-24 6 -13' 3 -10' W L O 0 RS B12 1
Sep 16, 2000 SAT 3 2000 PUR NOTD A 21-23 6 -6 -2 -8 L L O 0 RS B10 0
Oct 20, 2001 SAT 7 2001 USC NOTD A 16-27 6 -1 -11 -12 L L O 0 RS P10 0
Nov 03, 2001 SAT 7 2001 TEN NOTD A 28-18 6 -8 10 +2 W W O 0 RS SEC 0
Sep 14, 2002 SAT 3 2002 MICH NOTD A 23-25 6 -5 -2 -7 L L O 0 RS B10 0
Oct 18, 2003 SAT 7 2003 USC NOTD A 45-14 6 -8 31 +23 W W O 0 RS P10 0
DateDay#SeasonTeamOppSiteFinalRestLineTotalSUmATSmSUrATSrOUrConfTypeConf.OT
Nov 01, 2003 SAT 9 2003 FLST NOTD A 37-0 6 -12' 37 +24' W W O 0 RS ACC 0
Sep 11, 2004 SAT 2 2004 MICH NOTD A 20-28 6 -12 -8 -20 L L O 0 RS B10 0
Oct 02, 2004 SAT 4 2004 PUR NOTD A 41-16 6 -2' 25 +22' W W O 0 RS B10 0
Oct 15, 2005 SAT 6 2005 USC NOTD A 34-31 6 -13' 3 -10' W L O 0 RS P10 0
Sep 22, 2007 SAT 4 2007 MCST NOTD A 31-14 6 -12' 44 17 +4' W W O 0 RS B10 0
Oct 13, 2007 SAT 7 2007 BCOL NOTD A 27-14 6 -13' 46 13 -0' W L U 0 RS ACC 0
Oct 20, 2007 SAT 7 2007 USC NOTD A 38-0 6 -18' 45 38 +19' W W U 0 RS P10 0
Nov 10, 2007 SAT 11 2007 AIR NOTD A 41-24 6 -4 45' 17 +13 W W O 0 RS MWC 0
Sep 13, 2008 SAT 3 2008 MICH NOTD A 17-35 6 -1' 37 -18 -19' L L O 0 RS B10 0
Oct 17, 2009 SAT 6 2009 USC NOTD A 34-27 13 -10 50 7 -3 W L O 0 RS P10 0
Query Fundamentals:

A query consists of one or more clauses joined by and or or.
The full format for reference to the NCAA Football SportsDataBase is game reference:parameter.

The simplest game reference is 'p' which stands for previous game. Also useful is 'o' which stands for opponent. You can combine any number of 'p's and 'o's. If a game reference is not given then the results for the current game are checked.

See below for the current list of parameters and examples.

Examples:

The query:
team and site=home
returns the results of home games for each


p:points<10 and pp:points<10
returns games after a team scored fewer than 10 points the past two games.

If no game reference is given then results for the current game are checked.
points<10
returns games in which teams scored fewer than 10 points.

If no conditional is imposed then the results are grouped by the reference.
p:points
returns games grouped by all occurrences of previous points.

Multiple conditions can be imposed using a comma delimited format.
p:points<7,10,14
gives results grouped by previous points < 7, previous points < 10, and previous points < 14.

Game Reference:

p => team's previous game
op => opp's previous game
P => previous match up
n => team's next game
on => opp's next game
N => next match up

Examples:

The query:
site=home and P:points<10 and PP:points<10
returns home games where team scored fewer than 10 point the past two head-to-head match ups

Parameters: (point your mouse on a parameter for additional information)

Prest, ats margin, conference, date, day, division, full name, game number, game type, line, losses, margin, opponents, ou margin, overtime, points, rest, season, site, team, total, wins

Short Cuts

H,A,W,L,F,D are allowed short cuts for home,away,win,loss,favorite, and dog.

Examples:

The query:
p:WD and pp:WD and HF
returns home favorites after they won their last two as dogs.

e-mail links:   Content@SportsDataBase.com    Support@SportsDataBase.com   
Content for this is generated using the Sports Data Query Language (SDQL).
Google Groups
Subscribe to SportsDataBase
Email:
Visit this group