SELECT *, team, pts
FROM player
WHERE (team = 'det')
ORDER BY #SortOrder# DESC
SELECT SUM(pcmp) AS tot_pcmp, SUM(patt) AS tot_patt, SUM(pyds) AS tot_pyds, SUM(ptds) AS tot_ptds, SUM(Int) AS tot_int, SUM(ratt) AS tot_ratt, SUM(ryds) AS tot_ryds, SUM(rtds) AS tot_rtds, SUM(rec) AS tot_rec, SUM(cyds) AS tot_cyds, SUM(ctds) AS tot_ctds, SUM(pts) AS tot_pts
FROM player
WHERE (team = 'det')
Offense: |
QB,
RB,
WR,
TE,
|
Teams: |
Ari,
Atl,
Bal,
Buf,
Car,
Chi,
Cin,
Cle,
Dal,
Den,
Det,
GB,
Hou,
Ind,
Jac,
KC
Mia,
Min
NE,
NO,
NYG,
NYJ,
Oak,
Phi,
Pit,
SD,
Sea,
SF,
StL,
TB,
Ten,
Was
|
Det Projections
(8:34am PT - 12/5/04) |
Passing Stats |
Rush Stats |
Receiving Stats |
Fantasy |
Change |
Name |
Pos |
Att |
Comp |
% |
Yds |
TD |
Int |
Att |
Yds |
TD |
Rec |
Yds |
TD |
Pts |
|
#fname# #lname# |
#pos# |
---#NumberFormat("#patt#", '__,_____')# |
---#NumberFormat("#pcmp#", '__,_____')# |
---#NumberFormat("#evaluate(100*pper)#", '_____._')#% |
---#NumberFormat("#pyds#", '__,_____')# |
---#NumberFormat("#ptds#", '__,____._')# |
---#NumberFormat("#int#", '__,____._')# |
---#NumberFormat("#ratt#", '__,_____')# |
---#NumberFormat("#ryds#", '__,_____')# |
---#NumberFormat("#rtds#", '__,____._')# |
---#NumberFormat("#rec#", '__,_____')# |
---#NumberFormat("#cyds#", '__,_____')# |
---#NumberFormat("#ctds#", '__,____._')# |
#NumberFormat("#pts#", '__,____._')# |
Totals |
#NumberFormat("#tot_patt#", '__,_____')# |
#NumberFormat("#tot_pcmp#", '__,_____')# |
#NumberFormat("#evaluate(100*tot_pcmp/tot_patt)#", '_____._')#% |
#NumberFormat("#tot_pyds#", '__,_____')# |
#NumberFormat("#tot_ptds#", '__,____._')# |
#NumberFormat("#tot_int#", '__,____._')# |
#NumberFormat("#tot_ratt#", '__,_____')# |
#NumberFormat("#tot_ryds#", '__,_____')# |
#NumberFormat("#tot_rtds#", '__,____._')# |
#NumberFormat("#tot_rec#", '__,_____')# |
#NumberFormat("#tot_cyds#", '__,_____')# |
#NumberFormat("#tot_ctds#", '__,____._')# |
#NumberFormat("#tot_pts#", '__,____._')# |
|
|