2 rows where PlotSize = "Width 10ft" and qSpecies_id = 68 sorted by TreeID

View and edit SQL

These facets timed out: PlotSize

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)
42662 213703 DPW Maintained 1 Prunus spp :: Cherry 68 27 Melrose Ave 2 Sidewalk: Property side : Yard Tree Private 2     16 Width 10ft   5999907.55727 2095471.26814 37.7337591277724 -122.442720129024 (37.7337591277724, -122.442720129024) 9 7 4 63 40
130764 249657 DPW Maintained 1 Prunus spp :: Cherry 68 2401 Lyon St 9 Front Yard : Yard Tree Private 2     5 Width 10ft   5999220.85646 2117228.07126 37.7934586955217 -122.446659110123 (37.7934586955217, -122.446659110123) 11   1 57 30

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