roll_call_votes
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where congress = 109 and result = "Motion to Table Failed" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: session, yea_count, nay_count, not_voting_count, date (date)
| Link | congress | chamber | session | roll_call_number | date ▲ | question | vote_type | description | result | bill_id | legislation_type | legislation_number | yea_count | nay_count | present_count | not_voting_count | source_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 109,senate,2,237 | 109 | senate | 2 | 237 | 2006-09-07 | On the Motion to Table S.Amdt. 4897 to H.R. 5631 (Department of Defense Appropriations Act, 2007) | Motion to Table Schumer Amdt. No. 4897 -- To make available up to an additional $700,000,000 for Drug Interdiction and Counter-Drug Activities to combat the growth of poppies in Afghanistan, to eliminate the production and trade of opium, and heroin, and to prevent terrorists from using the proceeds for terrorist activities in Afghanistan, Iraq, and elsewhere, and to designate the additional amount as emergency spending. | Motion to Table Failed | 45 | 51 | 0 | 4 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1092/vote_109_2_00237.xml | ||||
| 109,senate,2,223 | 109 | senate | 2 | 223 | 2006-08-03 | On the Motion to Table S.Amdt. 4787 to H.R. 5631 (Department of Defense Appropriations Act, 2007) | Motion to Table Coburn Amdt. No. 4787 -- To limit the funds available to the Department of Defense for expenses relating to conferences. | Motion to Table Failed | 36 | 60 | 0 | 4 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1092/vote_109_2_00223.xml | ||||
| 109,senate,2,143 | 109 | senate | 2 | 143 | 2006-05-24 | On the Motion to Table S.Amdt. 4085 to S. 2611 (Comprehensive Immigration Reform Act of 2006) | Motion to Table McConnell Amdt. No. 4085 -- To implement the recommendation of the Carter-Baker Commission on Federal Election Reform to protect and secure the franchise of all United States citizens from ballots being cast illegally by non-United States citizens. | Motion to Table Failed | 48 | 49 | 0 | 3 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1092/vote_109_2_00143.xml | ||||
| 109,senate,2,124 | 109 | senate | 2 | 124 | 2006-05-16 | On the Motion to Table S.Amdt. 3981 to S. 2611 (Comprehensive Immigration Reform Act of 2006) | Motion to Table Bingaman Amdt. No. 3981 -- To reduce the number of H-2C nonimmigrants to 200,000 during any fiscal year. | Motion to Table Failed | 18 | 79 | 0 | 3 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1092/vote_109_2_00124.xml | ||||
| 109,senate,2,100 | 109 | senate | 2 | 100 | 2006-04-27 | On the Motion to Table S.Amdt. 3641 to H.R. 4939 (Emergency Supplemental Appropriations Act for Defense, the Global War on Terror, and Hurricane Recovery, 2006) | Motion to Table Coburn Amdt. No. 3641 "Div. II" -- To perfect the bill. | Motion to Table Failed | 44 | 51 | 0 | 5 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1092/vote_109_2_00100.xml | ||||
| 109,senate,2,87 | 109 | senate | 2 | 87 | 2006-04-04 | On the Motion to Table S.Amdt. 3206 to S.Amdt. 3192 to S. 2454 (Securing America's Borders Act) | Motion to Table Kyl Amdt. No. 3206 -- To make certain aliens ineligible for conditional nonimmigrant work authorization and status. | Motion to Table Failed | 0 | 99 | 0 | 1 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1092/vote_109_2_00087.xml | ||||
| 109,senate,1,149 | 109 | senate | 1 | 149 | 2005-06-22 | On the Motion to Table S.Amdt. 866 to H.R. 6 (Energy Policy Act of 2005) | Motion To Table Bingaman Amdt. No. 866, As Modified -- To express the sense of the Senate on climate change legislation. | Motion to Table Failed | 44 | 53 | 0 | 3 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1091/vote_109_1_00149.xml | ||||
| 109,senate,1,91 | 109 | senate | 1 | 91 | 2005-04-13 | On the Motion to Table S.Amdt. 356 to H.R. 1268 (Emergency Supplemental Appropriations Act for Defense, the Global War on Terror, and Tsunami Relief, 2005) | Motion to Table Durbin Amdt. No. 356 -- To ensure that a Federal employee who takes leave without pay in order to perform service as a member of the uniformed services or member of the National Guard shall continue to receive pay in an amount which when taken together with the pay and allowances such individual is receiving for such service, will be no less than the basic pay such individual would then be receiving if no interruption in employment had occurred. | Motion to Table Failed | 39 | 61 | 0 | 0 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1091/vote_109_1_00091.xml | ||||
| 109,senate,1,86 | 109 | senate | 1 | 86 | 2005-04-06 | On the Motion to Table S.Amdt. 309 to S. 600 (Foreign Affairs Authorization Act, Fiscal Years 2006 and 2007) | Motion To Table Schumer Amdt. No. 309 -- To authorize appropriate action if the negotiations with the People's Republic of China regarding China's undervalued currency are not successful. | Motion to Table Failed | 33 | 67 | 0 | 0 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1091/vote_109_1_00086.xml |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE roll_call_votes (
congress INTEGER NOT NULL,
chamber TEXT NOT NULL,
session INTEGER,
roll_call_number INTEGER NOT NULL,
date TEXT,
question TEXT,
vote_type TEXT,
description TEXT,
result TEXT,
bill_id TEXT,
legislation_type TEXT,
legislation_number TEXT,
yea_count INTEGER,
nay_count INTEGER,
present_count INTEGER,
not_voting_count INTEGER,
source_url TEXT,
PRIMARY KEY (congress, chamber, session, roll_call_number)
);
CREATE INDEX idx_rcv_date ON roll_call_votes(date);
CREATE INDEX idx_rcv_bill ON roll_call_votes(bill_id);
CREATE INDEX idx_rcv_congress ON roll_call_votes(congress);
CREATE INDEX idx_rcv_result ON roll_call_votes(result);
CREATE INDEX idx_rcv_compound ON roll_call_votes(congress, chamber, session, roll_call_number);