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

View and edit SQL

PlotSize

  • Width 4ft · 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)
30245 190066 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 501 Amador St 7 : Tree Private 2     9 Width 4ft   6017535.35299 2099535.58015 37.7459080630153 -122.382057607783 (37.7459080630153, -122.382057607783) 10 3 8 58 1
151144 126028 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 3436 Clay St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 4ft   5998376.70601 2115562.57298 37.7888374239642 -122.449459861577 (37.7888374239642, -122.449459861577) 13 6 1 54 31
176631 132056 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1337 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 4ft   6006485.23006 2119708.64012 37.8006819908322 -122.421700054519 (37.8006819908322, -122.421700054519) 13 9 1 28858 32
191408 175848 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 900 Vienna St 1 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 4ft   6002108.06583 2088596.52311 37.7150078260217 -122.434620917447 (37.7150078260217, -122.434620917447) 9 7 6 28861 5

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