c_address
where case_number = "10-CA-009482-001"
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | case_number | address | city | state_alpha | state_numeric |
---|---|---|---|---|---|---|
195183 | 195183 | 10-CA-009482-001 | 1026 BESSEMER ROAD | BIRMINGHAM | AL | 1 |
CREATE TABLE "c_address" ( [case_number] TEXT REFERENCES [c_master]([case_number]), [address] TEXT, [city] TEXT, [state_alpha] TEXT, [state_numeric] INTEGER );