4 rows where PlotSize = "Width 2ft" and qSpecies_id = 90

View and edit SQL

PlotSize

  • Width 2ft · 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)
53262 206050 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 54 Montana St 1 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 2ft   5996176.33569 2089321.83975 37.7166608491878 -122.45517576096 (37.7166608491878, -122.45517576096) 9 8 6 28861 24
79915 126027 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 2040 Chestnut St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 2ft   6002042.21871 2119836.18263 37.8007806464561 -122.437083816085 (37.8007806464561, -122.437083816085) 13 9 1 57 17
143925 175849 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 986 Athens St 2 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 2ft   6002153.04681 2088139.00774 37.713754143201 -122.434432752284 (37.713754143201, -122.434432752284) 9 7 6 28861 5
169563 179265 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 63 Princeton St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 2ft   6007545.37116 2093646.36987 37.729180805142 -122.41618466351 (37.729180805142, -122.41618466351) 9 3 7 309 28

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