home / opdr

ar_liabilities_other

where rpt_id = 463553

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description amount rpt_id
60193 INTERNAL REVENUE SERVICE - PAYROLL TAXES WITHHELD 900 463553 463553
60194 NEW YORK STATE INCOME TAX - PAYROLL TAXES WITHHELD 540 463553 463553
CREATE TABLE ar_liabilities_other (
oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 37.576ms