2 rows where qSpecies_id = 526

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)
92542 23447 DPW Maintained 1 Eucalyptus odorata :: Peppermint Box 526 2100X Van Ness Ave 6 Median : Cutout Tree DPW 1     30 9   6006027.0678818 2117578.0674993 37.7948061313097 -122.423133960124 (37.7948061313097, -122.423133960124) 13 9 10 28858 32
176461 108981 Permitted Site 7 Eucalyptus odorata :: Peppermint Box 526 10 ARBOR ST   Front Yard : Yard Tree Private 2   03/02/2015 12:00:00 AM 3   Permit Number 774690 6002183.8 2097008.7 37.7381100606509 -122.434960408352 (37.7381100606509, -122.434960408352) 2 7 5 63 7

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