5 rows where PlotSize = "Width 5ft" and qSpecies_id = 98

View and edit SQL

PlotSize

  • Width 5ft · 5
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)
30372 215739 DPW Maintained 1 Ulmus spp :: Elm Spp 98 15x San Marcos Ave 20 Median : Cutout Tree DPW 1     14 Width 5ft   5993350.77612 2100350.23209 37.746779573516 -122.465743042324 (37.746779573516, -122.465743042324) 1 8 4 29491 40
73993 242798 DPW Maintained 1 Ulmus spp :: Elm Spp 98 3750 25th St 3 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 5ft   6005399.69435 2101395.51192 37.7503373194083 -122.424153337625 (37.7503373194083, -122.424153337625) 2 4 5 28859 19
84181 215743 DPW Maintained 1 Ulmus spp :: Elm Spp 98 1199 Bosworth St 3 Sidewalk: Property side : Yard Tree Private 2     13 Width 5ft   6000467.1026 2095936.08344 37.7350672843273 -122.440818951457 (37.7350672843273, -122.440818951457) 9 7 4 63 40
165683 215738 DPW Maintained 1 Ulmus spp :: Elm Spp 98 15x San Marcos Ave 19 Median : Cutout Tree DPW 1     17 Width 5ft   5993371.75539 2100358.30231 37.7468029424032 -122.465671084868 (37.7468029424032, -122.465671084868) 1 8 4 29491 40
171682 242797 DPW Maintained 1 Ulmus spp :: Elm Spp 98 3750 25th St 2 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 5ft   6005422.77896 2101397.5471 37.7503442109259 -122.4240736541 (37.7503442109259, -122.4240736541) 2 4 5 28859 19

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