4 rows where PlotSize = "Width 8ft" and qSpecies_id = 86

View and edit SQL

PlotSize

  • Width 8ft · 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)
753 197913 DPW Maintained 1 Taxus baccata :: Irish Yew 86 75 Conkling St 1 Sidewalk: Property side : Yard Tree Private 2     6 Width 8ft   6011758.24884 2095732.01029 37.7351435225424 -122.40176684758 (37.7351435225424, -122.40176684758) 10 3 8 58 1
8931 215339 DPW Maintained 1 Taxus baccata :: Irish Yew 86 637 Detroit St 5 Sidewalk: Property side : Yard Tree Private 2     9 Width 8ft   5999420.83111 2095184.41503 37.7329437376643 -122.444382272244 (37.7329437376643, -122.444382272244) 9 7 4 59 40
54331 215340 DPW Maintained 1 Taxus baccata :: Irish Yew 86 637 Detroit St 7 Sidewalk: Property side : Yard Tree Private 2     8 Width 8ft   5999417.92849 2095175.79644 37.7329199074284 -122.444391688153 (37.7329199074284, -122.444391688153) 9 7 4 59 40
78577 241068 DPW Maintained 1 Taxus baccata :: Irish Yew 86 419 Collingwood St 1 Sidewalk: Property side : Yard Tree Private 2     12 Width 8ft   6002152.08787 2103380.55956 37.7556038842372 -122.43552575593 (37.7556038842372, -122.43552575593) 2 4 5 28862 22

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