4 rows where DBH = 19, SiteOrder = 2 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

DBH

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)
16271 70637 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 366 20th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF   19     5989681.33486 2112881.66682 37.7809751580333 -122.479348089371 (37.7809751580333, -122.479348089371) 11 6 2 55 26
179876 181650 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1265 32nd Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 0ft   5986125.2828 2106621.5286 37.7635794036098 -122.49118920801 (37.7635794036098, -122.49118920801) 1 8 3 56 35
69139 221840 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 98 Bosworth St 2 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 2ft   6004312.44121 2095336.44977 37.7336390727743 -122.427481531566 (37.7336390727743, -122.427481531566) 2 7 5 28861 25
44134 189216 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1660 La Salle Ave 2 Sidewalk: Property side : Yard Tree Private 2     19 Width 9ft   6015290.99277 2096384.28248 37.7371310431648 -122.389598311625 (37.7371310431648, -122.389598311625) 10 3 8 58 1

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