home / opdr

ar_rates_dues_fees

where rpt_id = 463458

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ rate_type amount unit minimum maximum rpt_id
198910 1103 0 month 0 0 463458 463458
198911 1101 18.92 bi-weekly $19 $19 463458 463458
198912 1104 o month 0 0 463458 463458
198913 1102 0 month 0 0 463458 463458
198914 1105 0 month 0 0 463458 463458
CREATE TABLE ar_rates_dues_fees (
oid INTEGER NOT NULL PRIMARY KEY, rate_type INTEGER NOT NULL, amount TEXT NULL, unit TEXT NULL, minimum TEXT NULL, maximum TEXT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 191.446ms