home / opdr

ar_liabilities_other

where rpt_id = 247479

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description amount rpt_id
230 PAYROLL TAXES 228 247479 247479
231 PER CAPITA DUE TO INT'L OFFICE 9804 247479 247479
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 68.825ms