3 rows where qSiteInfo = "Sidewalk: Curb side : Cutout" and qSpecies_id = 517

View and edit SQL

These facets timed out: qSiteInfo

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)
84805 203293 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 1935 16th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 2ft   5991243.2225 2102238.13108 37.7518414589193 -122.47316834604 (37.7518414589193, -122.47316834604) 1 8 4 29491 12
183559 203294 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 1935 16th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 5ft   5991243.37917 2102227.53075 37.7518123622537 -122.473167031259 (37.7518123622537, -122.473167031259) 1 8 4 29491 12
194088 203295 DPW Maintained 1 Acca sellowiana :: Pineapple Guava Tree 517 544 Dewey Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 6ft   5994267.85373 2099609.73852 37.7447992214041 -122.462518197581 (37.7447992214041, -122.462518197581) 1 8 4 29491 40

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