104 rows where qSpecies_id = 118 sorted by qAddress

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)
103012 102477 Undocumented 4 Pittosporum tobira :: Japanese Mockorange 118 760 Victoria St 3 Sidewalk: Property side : Yard Tree Private 2           5993664.7 2092172.3 37.7243431058269 -122.464063971167 (37.7243431058269, -122.464063971167) 9 8 4 59 40
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
16292 262198 Significant Tree 6 Pittosporum tobira :: Japanese Mockorange 118 801 Sanchez St 2 Back Yard : Yard Tree Private 2       3x3   6003778 2103544 37.7561448640021 -122.429914501498 (37.7561448640021, -122.429914501498) 2 4 5 28862 22
48036 132466 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 84 MacOndray Ln 6 Sidewalk: Property side : Yard Tree Private 2     4     6008265.75906 2119134.86872 37.7992068005047 -122.415498026636 (37.7992068005047, -122.415498026636) 5 1 10 308 32

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