home / opdr

ar_payer_payee

where rpt_id = 463535

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ payer_payee_id payer_payee_type rcpt_disb_type name po_box street city state zip type_or_class itemized non_itemized total rpt_id
1 1 853603 1002 504 Jimmie R. Canup   65 forest Hills Rd. Brevard NC 28712 work performed for union attorneys 0 6015 6015 463535 463535
2 2 853604 1002 504 Harold D. Shipman   27 Gallimore Road Brevard NC 28712 Work performed for union attorneys 0 5380 5380 463535 463535
CREATE TABLE ar_payer_payee (
payer_payee_id INTEGER NOT NULL, payer_payee_type INTEGER NOT NULL, rcpt_disb_type INTEGER NOT NULL, name TEXT NULL, po_box TEXT NULL, street TEXT NULL, city TEXT NULL, state TEXT NULL, zip TEXT NULL, type_or_class TEXT NULL, itemized INTEGER NULL, non_itemized INTEGER NULL, total INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 824.415ms