4 rows where PlotSize = "Width 6ft" and qSpecies_id = 98

View and edit SQL

PlotSize

  • Width 6ft · 4
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)
3551 215779 DPW Maintained 1 Ulmus spp :: Elm Spp 98 811 Congo St 2 Sidewalk: Property side : Yard Tree Private 2     1 Width 6ft   6000598.87988 2095863.84134 37.7348764283969 -122.440358172117 (37.7348764283969, -122.440358172117) 9 7 4 63 40
76779 215778 DPW Maintained 1 Ulmus spp :: Elm Spp 98 811 Congo St 3 Sidewalk: Property side : Yard Tree Private 2     9 Width 6ft   6000596.9829 2095864.83543 37.734879049926 -122.440364801892 (37.734879049926, -122.440364801892) 9 7 4 63 40
104475 242803 DPW Maintained 1 Ulmus spp :: Elm Spp 98 400 Fair Oaks St 1 Sidewalk: Curb side : Cutout Tree Private 2     22 Width 6ft   6005476.43132 2101343.24584 37.7501981412405 -122.423884259558 (37.7501981412405, -122.423884259558) 2 4 5 28859 19
127475 215740 DPW Maintained 1 Ulmus spp :: Elm Spp 98 811 Congo St 1 Sidewalk: Property side : Yard Tree Private 2     6 Width 6ft   6000610.74849 2095862.83143 37.7348743311859 -122.440317065893 (37.7348743311859, -122.440317065893) 9 7 4 63 40

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