3 rows where Neighborhoods (old) = 7 and qSpecies_id = 91

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)
131779 4362 DPW Maintained 1 Schinus molle :: California Pepper 91 951 Chenery St 1 Sidewalk: Curb side : Cutout Tree DPW 1     12 3X3   6001187.63557 2096055.63136 37.7354365441677 -122.438336378342 (37.7354365441677, -122.438336378342) 2 7 5 63 7
138709 52003 Permitted Site 7 Schinus molle :: California Pepper 91 375 30th St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 09/06/2005 12:00:00 AM     Permit Number 48220 6004122.23435698 2098354.44856915 37.7419150515767 -122.428354161004 (37.7419150515767, -122.428354161004) 2 7 5 63 7
169066 239666 DPW Maintained 1 Schinus molle :: California Pepper 91 260 Beacon St 1 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 2ft   6002994.59568 2097812.95314 37.7403643577184 -122.432214505197 (37.7403643577184, -122.432214505197) 2 7 5 63 7

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