4 rows where qSpecies_id = 445

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)
38639 256216 DPW Maintained 1 Acacia dealbata :: Silver Wattle 445 161 Brewster St 4 Sidewalk: Property side : Yard Tree Private 2       Width 8ft   6010262.21666 2098999.82172 37.7440326285028 -122.40716947079 (37.7440326285028, -122.40716947079) 2 7 7 28859 2
83779 98313 Undocumented 4 Acacia dealbata :: Silver Wattle 445 160 Stanford Heights Ave 2 Sidewalk: Curb side : Yard Tree Private 2           5998064.7 2096544.4 37.7366004632858 -122.449168689734 (37.7366004632858, -122.449168689734) 9 7 4 59 40
110686 119023 DPW Maintained 1 Acacia dealbata :: Silver Wattle 445 829 44th Ave 2 Sidewalk: Property side : Yard Tree Private 2     4 Width 6ft   5982278.31786 2110100.0638 37.772904932367 -122.504752182409 (37.772904932367, -122.504752182409) 11 6 2 55 26
118163 106247 DPW Maintained 1 Acacia dealbata :: Silver Wattle 445 580 De Haro St 8 Sidewalk: Curb side : Cutout Tree Private 2     29   Permit Number 770844 6012057.7976 2105720.46799 37.7625863806752 -122.401432939177 (37.7625863806752, -122.401432939177) 8 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)
);