2 rows where PlotSize = 11 and qSpecies_id = 117 sorted by Zip Codes

View and edit SQL

PlotSize

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)
132700 15066 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 20 Minerva St 1 Median : Cutout Tree DPW 1     3 11   5996499.1848779 2089039.1858103 37.7159032649081 -122.454039436114 (37.7159032649081, -122.454039436114) 9 8 6 28861 24
172641 15085 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 86 Minerva St 1 Median : Cutout Tree DPW 1     3 11   5996016.5501136 2089045.5475797 37.7158930470143 -122.455708096655 (37.7158930470143, -122.455708096655) 9 8 6 28861 24

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