2 rows where PlotSize = "Width 10ft" and qSpecies_id = 35

View and edit SQL

These facets timed out: qSiteInfo

PlotSize

  • Width 10ft · 2
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)
32345 211008 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 700x Bosworth St 2 Median : Yard Tree DPW 1     33 Width 10ft   6002060.33003 2095430.49234 37.7337696552405 -122.435274449372 (37.7337696552405, -122.435274449372) 9 7 5 63 40
49956 211007 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 600x Bosworth St 8 Median : Yard Tree DPW 1     26 Width 10ft   6002197.80666 2095393.39137 37.7336755906519 -122.43479650017 (37.7336755906519, -122.43479650017) 9 7 5 63 40

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