ar_assets_other
where rpt_id = 62166
0 records
CREATE TABLE ar_assets_other ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, book_value INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );
0 records
CREATE TABLE ar_assets_other ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, book_value INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );