2 rows where Neighborhoods (old) = 29 and qSpecies_id = 181 sorted by PermitNotes

View and edit SQL

Neighborhoods (old)

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)
34807 197978 DPW Maintained 1 Olea europaea 'Wilsonii' :: Wilson Olive Semi-fruitless 181 1100 Mariposa St 1 Sidewalk: Curb side : Cutout Tree Private 2   03/29/2018 12:00:00 AM 7 Width 4ft   6013947.00765 2106209.45605 37.7640342630845 -122.394933045925 (37.7640342630845, -122.394933045925) 14 3 8 28856 29
120361 54427 DPW Maintained 1 Olea europaea 'Wilsonii' :: Wilson Olive Semi-fruitless 181 190 Mississippi St 2 Sidewalk: Curb side : Cutout Tree Private 2   03/29/2018 12:00:00 AM 0   Permit Number 772447 6013973.0139 2106251.38304 37.7641508314323 -122.39484603384 (37.7641508314323, -122.39484603384) 14 3 8 28856 29

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