2 rows where Police Districts = 9 and qSpecies_id = 105

View and edit SQL

Police Districts

rowid ▼ TreeID qLegalStatus_id qSpecies_id qAddress SiteOrder qSiteInfo PlantType qCaretaker_id qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location Fire Prevention Districts Police Districts Supervisor Districts Zip Codes Neighborhoods (old)
74522 98327 Permitted Site 7 Acacia spp :: Acacia Spp 105 143 Alhambra St 2 Front Yard : Cutout Tree Private 2   03/27/2007 12:00:00 AM   4x6 Permit Number 49254 6001613.1 2120268.4 37.8019430002039 -122.438599729252 (37.8019430002039, -122.438599729252) 13 9 1 57 17
120202 88539 Permitted Site 7 Acacia spp :: Acacia Spp 105 2665 Baker St 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3 Permit Number 51419 5999596 2117961 37.7954925455532 -122.445413814341 (37.7954925455532, -122.445413814341) 13 9 1 57 17

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "trees" (
   [rowid] INTEGER PRIMARY KEY,
   [TreeID] TEXT,
   [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]),
   [qSpecies_id] INTEGER,
   [qAddress] TEXT,
   [SiteOrder] TEXT,
   [qSiteInfo] TEXT,
   [PlantType] TEXT,
   [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]),
   [qCareAssistant] TEXT,
   [PlantDate] TEXT,
   [DBH] TEXT,
   [PlotSize] TEXT,
   [PermitNotes] TEXT,
   [XCoord] TEXT,
   [YCoord] TEXT,
   [Latitude] TEXT,
   [Longitude] TEXT,
   [Location] TEXT,
   [Fire Prevention Districts] TEXT,
   [Police Districts] TEXT,
   [Supervisor Districts] TEXT,
   [Zip Codes] TEXT,
   [Neighborhoods (old)] TEXT,
   FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id)
);