3 rows where Neighborhoods (old) = 9 and qSpecies_id = 151

View and edit SQL

These facets timed out: Neighborhoods (old)

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)
18761 56456 Permitted Site 7 Melaleuca ericifolia :: Heath Melaleuca 151 141 Delmar St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/22/1992 12:00:00 AM     Permit Number 30464 5999359.80887308 2107414.28954328 37.7665205189943 -122.445472331181 (37.7665205189943, -122.445472331181) 15 5 5 29492 9
41931 64823 Permitted Site 7 Melaleuca ericifolia :: Heath Melaleuca 151 324 Scott St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/11/1989 12:00:00 AM     Permit Number 25832 6002281.26415206 2109593.58721525 37.7726706787738 -122.435523472346 (37.7726706787738, -122.435523472346) 15 5 11 29492 9
131257 83949 Permitted Site 7 Melaleuca ericifolia :: Heath Melaleuca 151 4800 17TH ST 1 Sidewalk: Curb side : Cutout Tree Private 2   01/20/2016 12:00:00 AM   3x3 Permit Number 50899 5998201 2105706 37.7617637654108 -122.449357332436 (37.7617637654108, -122.449357332436) 15 5 11 29492 9

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)
);