home / chips

c_address

where case_number = "02-CA-018626-001"

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ case_number address city state_alpha state_numeric
22771 22771 02-CA-018626-001 1567 BROADWAY NEW YORK NY 31
CREATE TABLE "c_address" (
   [case_number] TEXT REFERENCES [c_master]([case_number]),
   [address] TEXT,
   [city] TEXT,
   [state_alpha] TEXT,
   [state_numeric] INTEGER
);
Powered by Datasette · Queries took 221.991ms