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

View and edit SQL

SiteOrder

PlotSize

  • Width 4ft · 3
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
150779 125547 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1445 Greenwich St 3 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 4ft   6005968.56582 2119641.09275 37.8004673748183 -122.423483123267 (37.8004673748183, -122.423483123267) 13 9 1 28858 32

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