104 rows where qSpecies_id = 118 sorted by Fire Prevention 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)
159931 11880 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 300X Junipero Serra Blvd 5 Median : Cutout Tree DPW 1     3 20   5991398.90192 2094575.39077 37.7308105475711 -122.472071516681 (37.7308105475711, -122.472071516681) 9 8 4 64 40
160848 211528 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 300 Junipero Serra Blvd 36 : Tree Private 2     5 Width 0ft   5991392.4416 2094406.38685 37.7303461313484 -122.472081536953 (37.7303461313484, -122.472081536953) 9 8 4 64 40
179292 29960 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 400X Junipero Serra Blvd 3 Median : Cutout Tree DPW 1   04/01/2007 12:00:00 AM 3 3x3   5991377.13547 2094257.77257 37.7299371880305 -122.472123623432 (37.7299371880305, -122.472123623432) 9 8 4 64 40
184313 211519 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1215 Capitol Ave 2 Sidewalk: Property side : Yard Tree Private 2     4 Width 3ft   5995031.25644 2091999.92866 37.7239484802273 -122.459327533359 (37.7239484802273, -122.459327533359) 9 8 4 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)
);