c_address
where case_number = "31-CA-018678-001"
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | case_number | address | city | state_alpha | state_numeric |
---|---|---|---|---|---|---|
476328 | 476328 | 31-CA-018678-001 | 548 S. SPRING ST., STE. 314 | LOS ANGELES | CA | 4 |
CREATE TABLE "c_address" ( [case_number] TEXT REFERENCES [c_master]([case_number]), [address] TEXT, [city] TEXT, [state_alpha] TEXT, [state_numeric] INTEGER );