3 rows where PlotSize = "Width 4ft" and qSpecies_id = 79

View and edit SQL

PlotSize

  • Width 4ft · 3
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)
32922 188440 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 900 Marin St 4 : Tree Private 2     2 Width 4ft   6016353.67764 2100743.44065 37.7491592669079 -122.3862279089 (37.7491592669079, -122.3862279089) 10 3 8 58 1
40844 188439 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 900 Marin St 2 : Tree Private 2     3 Width 4ft   6016416.33259 2100747.09096 37.7491727576269 -122.386011499647 (37.7491727576269, -122.386011499647) 10 3 8 58 1
42012 222846 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 3561 21st St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6004563.86343 2103647.46019 37.7564734144392 -122.427204088022 (37.7564734144392, -122.427204088022) 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)
);