104 rows where qSpecies_id = 118 sorted by Supervisor Districts

View and edit SQL

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)
132307 194608 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1701 19th St 18 Sidewalk: Property side : Yard Tree Private 2     7 Width 7ft   6012624.29476 2105144.67 37.7610369585032 -122.39943319231 (37.7610369585032, -122.39943319231) 10 3 8 28856 29
140363 178421 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 10x Mansell St 1 Median : Cutout Tree DPW 1     13 Width 0ft   6011808.96151 2090776.02497 37.7215382422674 -122.401243362991 (37.7215382422674, -122.401243362991) 10 3 8 309 28
150803 194603 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 500 Wisconsin St 3 Sidewalk: Property side : Yard Tree Private 2     10 Width 9ft   6012631.4012 2105136.35292 37.7610145177263 -122.399408030156 (37.7610145177263, -122.399408030156) 10 3 8 28856 29
168708 194605 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 601 Carolina St 10 Sidewalk: Property side : Yard Tree Private 2     13 Width 9ft   6012419.56999 2105123.32543 37.7609669381886 -122.400139751844 (37.7609669381886, -122.400139751844) 10 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)
);