4 rows where DBH = 9, SiteOrder = 3 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)
16687 74647 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 800 Excelsior Ave 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF   9     6004365.04367 2091463.54141 37.7230079026666 -122.42702391962 (37.7230079026666, -122.42702391962) 9 7 6 28861 5
92398 91464 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1001 Greenwich St 3 Sidewalk: Curb side : Cutout Tree Private 2   04/15/2009 12:00:00 AM 9 3x3 Permit Number 52106 6008023.92041 2119932.41057 37.8013830546338 -122.416391395149 (37.8013830546338, -122.416391395149) 5 1 1 308 32
192333 221847 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 19 Saint Marys Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 2ft   6004411.28278 2095593.12873 37.7343494454616 -122.427158084072 (37.7343494454616, -122.427158084072) 2 7 5 28861 25
79681 221871 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 619 Eugenia Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 3ft   6007314.53376 2097779.75076 37.7405171804218 -122.417275479073 (37.7405171804218, -122.417275479073) 2 7 7 28859 2

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