3 rows where PlotSize = "Width 7ft" and qSpecies_id = 133

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)
8188 126379 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 1136 Havens St 2 Sidewalk: Property side : Yard Tree Private 2     7 Width 7ft   6007507.74968 2119357.27743 37.7997748437807 -122.418136782297 (37.7997748437807, -122.418136782297) 5 1 1 28858 32
86236 190926 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 1303 Rhode Island St 2 Sidewalk: Curb side : Yard Tree Private 2     8 Width 7ft   6012003.88758 2102215.75937 37.7529602155494 -122.401373086604 (37.7529602155494, -122.401373086604) 10 3 8 28856 29
164255 126380 DPW Maintained 1 Crataegus laevigata :: English Hawthorn 133 1136 Havens St 3 Sidewalk: Property side : Yard Tree Private 2     7 Width 7ft   6007510.81799 2119357.46903 37.7997755425663 -122.418126178374 (37.7997755425663, -122.418126178374) 5 1 1 28858 32

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