3 rows where DBH = 1, SiteOrder = 3 and qSpecies_id = 65 sorted by PlantDate

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)
3963 203515 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 301 Ortega St 3 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 4ft   5993048.57106 2102513.42561 37.7527017117304 -122.466945265911 (37.7527017117304, -122.466945265911) 1 8 4 29491 12
65106 175181 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 690 Athens St 3 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 4ft   6002921.15596 2089379.53862 37.7172039398928 -122.431866410902 (37.7172039398928, -122.431866410902) 9 7 6 28861 5
106840 82673 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 67 Jennings Ct 3 Sidewalk: Curb side : Cutout Tree Private 2   07/09/2009 12:00:00 AM 1 3x3 Permit Number 52499 6012920.29338 2089198.31583 37.7172681083272 -122.397291182543 (37.7172681083272, -122.397291182543) 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)
);