6 rows where qSpecies_id = 485

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)
58781 116012 Undocumented 4 Salix discolor :: Pussy Willow 485 250 HAZELWOOD AVE 1 Sidewalk: Property side : Cutout Tree Private 2     18 10x10 Permit Number 777957 5996359 2095057 37.7324187155695 -122.454958550665 (37.7324187155695, -122.454958550665) 9 7 4 59 40
59993 197459 DPW Maintained 1 Salix discolor :: Pussy Willow 485 1999 Revere Ave 2 Side Yard : Yard Tree Private 2     5     6012989.14912 2095915.1657 37.7357150435177 -122.397523992755 (37.7357150435177, -122.397523992755) 10 3 8 58 1
76162 197462 DPW Maintained 1 Salix discolor :: Pussy Willow 485 1999 Revere Ave 6 Side Yard : Yard Tree Private 2     1     6013004.79745 2095911.61797 37.7357061734926 -122.397469641308 (37.7357061734926, -122.397469641308) 10 3 8 58 1
83877 240951 DPW Maintained 1 Salix discolor :: Pussy Willow 485 2121 Folsom St 1 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   6008140.1193 2106029.14897 37.7632145796222 -122.415004662152 (37.7632145796222, -122.415004662152) 8 4 7 28859 19
148908 197460 DPW Maintained 1 Salix discolor :: Pussy Willow 485 1999 Revere Ave 3 Side Yard : Yard Tree Private 2     1     6012999.02284 2095922.1714 37.7357348294881 -122.397490346415 (37.7357348294881, -122.397490346415) 10 3 8 58 1
161182 197461 DPW Maintained 1 Salix discolor :: Pussy Willow 485 1999 Revere Ave 4 Side Yard : Yard Tree Private 2     1     6013002.43415 2095918.12637 37.7357239126183 -122.397478268512 (37.7357239126183, -122.397478268512) 10 3 8 58 1

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