2 rows where qSiteInfo = "Sidewalk: Property side : Cutout" and qSpecies_id = 135

View and edit SQL

These facets timed out: qSiteInfo

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)
115607 108287 Undocumented 4 Arecastrum romanzoffianum :: Queen Palm 135 1 HENRY ADAMS ST 12 Sidewalk: Property side : Cutout Tree Private 2     16 3x3   6011517.4 2108140.5 37.7692010762684 -122.403472255644 (37.7692010762684, -122.403472255644) 8 2 8 28853 20
174894 120647 Undocumented 4 Arecastrum romanzoffianum :: Queen Palm 135 69x Dearborn St 1 Sidewalk: Property side : Cutout Tree Private 2   09/22/2016 12:00:00 AM 3 3x3   6005880 2105692 37.7621615842697 -122.422797712098 (37.7621615842697, -122.422797712098) 8 4 5 28859 19

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