home / opdr

ar_disbursements_emp_off

where rpt_id = 463553

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ emp_off_type first_name middle_name last_name title status_other_payer gross_salary allowances official_business other_not_rptd total rep_pct pol_pct cont_pct gen_ovrhd_pct admin_pct rpt_id item_num
2729993 601 PAT   MILLS PRESIDENT C 19223 0 0 0 19223 0 0 0 100 0 463553 463553  
2729994 601 RUTH ANN   SANDERS TREASURER C 7864 0 0 0 7864 0 0 0 0 100 463553 463553  
2729995 601 LIAM   FORSTER VICE PRESIDENT C 0 0 0 0 0 0 0 0 100 0 463553 463553  
2729996 601 JOAN   ASHER SECRETARY C 107 0 0 0 107 0 0 0 0 100 463553 463553  
CREATE TABLE ar_disbursements_emp_off (
oid INTEGER NOT NULL PRIMARY KEY, emp_off_type INTEGER NOT NULL, first_name TEXT NULL, middle_name TEXT NULL, last_name TEXT NULL, title TEXT NULL, status_other_payer TEXT NULL, gross_salary INTEGER NULL, allowances INTEGER NULL, official_business INTEGER NULL, other_not_rptd INTEGER NULL, total INTEGER NULL, rep_pct INTEGER NULL, pol_pct INTEGER NULL, cont_pct INTEGER NULL, gen_ovrhd_pct INTEGER NULL, admin_pct INTEGER NULL, rpt_id INTEGER NULL, item_num INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 1721.886ms