c_address
where case_number = "06-CA-021393-001"
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | case_number | address | city | state_alpha | state_numeric |
---|---|---|---|---|---|---|
103882 | 103882 | 06-CA-021393-001 | P.O. BOX 805, ROUTE 119 | MORGANTOWN | WV | 47 |
CREATE TABLE "c_address" ( [case_number] TEXT REFERENCES [c_master]([case_number]), [address] TEXT, [city] TEXT, [state_alpha] TEXT, [state_numeric] INTEGER );