6 rows where Neighborhoods (old) = 21 and qSpecies_id = 54

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)
7836 72023 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 655 Stockton St 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF   12     6010509.9754 2116460.1743 37.7919886256319 -122.407543551006 (37.7919886256319, -122.407543551006) 5 1 10 28857 21
30141 143475 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 655 STOCKTON ST 1 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 0ft   6010503.0699 2116501.51 37.7921017369748 -122.407570359871 (37.7921017369748, -122.407570359871) 5 1 10 28857 21
32385 143482 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 601 Stockton St 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 0ft   6010529.9358 2116279.9602 37.7914949183295 -122.407461776619 (37.7914949183295, -122.407461776619) 5 1 10 28857 21
63070 92953 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 1338 Polk St 1 Sidewalk: Curb side : Cutout Tree Private 2     12     6006789.4485 2115574.9476 37.7893490550841 -122.420353767408 (37.7893490550841, -122.420353767408) 13 9 10 28858 21
72034 92952 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 1334 Polk St 1 Sidewalk: Curb side : Cutout Tree Private 2     12     6006791.0528 2115558.9055 37.789305097845 -122.420347077615 (37.789305097845, -122.420347077615) 13 9 10 28858 21
159445 58051 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 1609 Polk St 1 Sidewalk: Curb side : Cutout Tree Private 2   10/12/1977 12:00:00 AM 5   Permit Number 17020 6006619.5836 2116449.4594 37.7917406740828 -122.421003598405 (37.7917406740828, -122.421003598405) 13 9 10 28858 21

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