4 rows where DBH = 17, 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)
15715 70376 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1434 43rd Ave 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF   17     5982801.126 2105356.1278 37.7599101850833 -122.502592561024 (37.7599101850833, -122.502592561024) 1 8 3 56 35
32667 221878 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 18 Coleridge St 2 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 3ft   6006985.0649 2099647.22119 37.7456262946341 -122.41854704763 (37.7456262946341, -122.41854704763) 2 7 7 28859 2
159587 203566 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 209 Colon Ave 2 Sidewalk: Curb side : Yard Tree Private 2     17 Width 3ft   5996063.41122 2094232.89601 37.7301389635391 -122.455920909543 (37.7301389635391, -122.455920909543) 9 7 4 28861 40
145252 123201 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1310 09th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 4ft   5993108.25102 2112027.19449 37.7788274527304 -122.467430639975 (37.7788274527304, -122.467430639975) 11 6 2 54 11

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