Team Split Finder
Current Search
Show team offensive splits, in 2025, split is 1st Quarter (within Quarter), order by Passing TD descending
Display Query »
/* mysql8 */
select *, ifnull(rush_td,0)+pass_td as all_td, pass_first_down+ifnull(rush_first_down,0) as first_downs, pass_yds+ifnull(pass_sacked_yds,0)+ifnull(rush_yds,0) as yds_from_scrimmage from team_splits where year_id between ? and ? and split_team = ? and split_type = ? and split_value in ('1st Qtr') order by pass_td desc limit 20
$VAR1 = [
2025,
2025,
'team',
'Quarter'
];
/* mysql8 */
select *, ifnull(rush_td,0)+pass_td as all_td, pass_first_down+ifnull(rush_first_down,0) as first_downs, pass_yds+ifnull(pass_sacked_yds,0)+ifnull(rush_yds,0) as yds_from_scrimmage from team_splits where year_id between ? and ? and split_team = ? and split_type = ? and split_value in ('1st Qtr') order by pass_td desc limit 20
$VAR1 = [
2025,
2025,
'team',
'Quarter'
];
Data coverage: since 1978. Note: Snap Type and Huddle Splits (available since 1998) have a history of being inconsistently recorded by official scorers in different NFL stadiums. Please see our data coverage page for details.

We're Social...for Statheads
Site Last Updated:
Question, Comment, Feedback, or Correction?
Subscribe to our Free Email Newsletter
Do you have a sports website? Or write about sports? We have tools and resources that can help you use sports data. Find out more.