8 rows where PlotSize = "Width 3ft", SiteOrder = 5 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

These facets timed out: SiteOrder, PlotSize

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)
8756 221784 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 201 Buchanan St 5 : Tree Private 2     5 Width 3ft   6004701.97389 2109293.67351 37.7719843770185 -122.427128606994 (37.7719843770185, -122.427128606994) 7 9 11 28852 10
34364 175214 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 728 Burrows St 5 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6009081.49175 2092873.82998 37.7271458291085 -122.410819605863 (37.7271458291085, -122.410819605863) 9 3 7 309 28
53116 175186 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 526 Lathrop Ave 5 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6012896.74794 2086580.57878 37.7100790097123 -122.397189112215 (37.7100790097123, -122.397189112215) 10 3 8 309 1
54598 203572 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 551 Pacheco St 5 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   5993278.30091 2101842.3779 37.7508724439154 -122.466102066078 (37.7508724439154, -122.466102066078) 1 8 4 29491 40
59602 117945 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 3851 Cabrillo St 5 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 3ft   5983670.24655 2110340.72956 37.7736475155565 -122.499955205725 (37.7736475155565, -122.499955205725) 11 6 2 55 26
72140 221898 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 7 Marsily St 5 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 3ft   6004300.13641 2095569.34378 37.7342778513286 -122.427540659282 (37.7342778513286, -122.427540659282) 2 7 5 28861 25
77660 175178 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 763 Morse St 5 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 3ft   5998593.8483 2087142.30255 37.7108147396853 -122.44666292955 (37.7108147396853, -122.44666292955) 9 7 6 28861 5
162886 203588 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 77 Staples Ave 5 Sidewalk: Curb side : Cutout Tree Private 2     22 Width 3ft   5999527.8711 2093756.33566 37.729028672217 -122.443909639833 (37.729028672217, -122.443909639833) 9 7 4 63 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)
);