c_address
where case_number = "31-CA-018203-001"
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | case_number | address | city | state_alpha | state_numeric |
---|---|---|---|---|---|---|
475853 | 475853 | 31-CA-018203-001 | 60 INDUSTRIAL PARK | PLYMOUTH | MA | 20 |
CREATE TABLE "c_address" ( [case_number] TEXT REFERENCES [c_master]([case_number]), [address] TEXT, [city] TEXT, [state_alpha] TEXT, [state_numeric] INTEGER );