104 rows where qSpecies_id = 118 sorted by PlantDate

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)
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
98583 25372 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1134 Geneva Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/21/1996 12:00:00 AM 3 3X3   6001336.17652 2088457.24533 37.7145815500755 -122.437278923085 (37.7145815500755, -122.437278923085) 9 7 6 28861 5
122399 52950 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 781 Cayuga Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 08/03/2006 12:00:00 AM 5   Permit Number 48937 6001329.274 2092453.83247 37.7255548870432 -122.43758882319 (37.7255548870432, -122.43758882319) 9 7 6 28861 25
137495 61224 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 37 Vienna St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/23/1983 12:00:00 AM 6   Permit Number 21093 6005096.46988 2093267.08019 37.7280013568595 -122.424623758583 (37.7280013568595, -122.424623758583) 9 7 6 28861 5

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