6 rows where SiteOrder = 4, Zip Codes = 28861 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

These facets timed out: SiteOrder

Zip Codes

  • 28861 · 6
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)
14111 74492 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 800 Excelsior Ave 4 Sidewalk: Curb side : Cutout Tree Private 2 FUF   11     6004373.61085 2091456.86354 37.7229900511464 -122.42699382922 (37.7229900511464, -122.42699382922) 9 7 6 28861 5
58638 175199 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 648 Peru Ave 4 Side Yard : Yard Tree Private 2     9     6005054.924 2092614.92051 37.7262083236385 -122.424721009467 (37.7262083236385, -122.424721009467) 9 7 6 28861 5
15492 262409 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 99 France Ave 4 Sidewalk: Curb side : Cutout Tree Private 2   07/23/2020 12:00:00 AM 3 Width 0ft   6001205.1197 2090381.66789 37.7198581324333 -122.437869661652 (37.7198581324333, -122.437869661652) 9 7 6 28861 5
166822 221848 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 19 Saint Marys Ave 4 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 2ft   6004429.19741 2095585.11426 37.7343284525969 -122.427095576708 (37.7343284525969, -122.427095576708) 2 7 5 28861 25
95845 221899 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 7 Marsily St 4 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 3ft   6004290.71623 2095557.06224 37.7342435961597 -122.427572353179 (37.7342435961597, -122.427572353179) 2 7 5 28861 25
115755 175195 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 522 Avalon Ave 4 Sidewalk: Curb side : Cutout Tree Private 2     22 Width 3ft   6004033.56494 2092456.82753 37.7257164970033 -122.428240530581 (37.7257164970033, -122.428240530581) 9 7 6 28861 5

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