3 rows where PlotSize = "Width 3ft", qSiteInfo = "Sidewalk: Curb side : Cutout" and qSpecies_id = 63

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : Cutout · 3

PlotSize

  • Width 3ft · 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)
18973 233322 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 51 Prentiss St 2 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   6008884.18383 2098343.89419 37.7421543791283 -122.411888074199 (37.7421543791283, -122.411888074199) 10 7 7 28859 2
61382 234515 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 2 Peralta Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6010924.44859 2100544.92665 37.7483121900522 -122.404988378323 (37.7483121900522, -122.404988378323) 2 7 7 28859 2
181774 118274 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 801 37th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     31 Width 3ft   5984451.13428 2110349.39905 37.7737171157491 -122.497254676861 (37.7737171157491, -122.497254676861) 11 6 2 55 26

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