3 rows where DBH = 20 and qSpecies_id = 69

View and edit SQL

These facets timed out: DBH

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)
14881 189560 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 60 Osceola Ln 1 Sidewalk: Curb side : Cutout Tree Private 2     20 Width 3ft   6017083.25232 2094424.68697 37.7318495990818 -122.383265234517 (37.7318495990818, -122.383265234517) 10 3 8 58 1
69233 126349 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 537 Washington St 5 Sidewalk: Curb side : Cutout Tree Private 2     20 Width 4ft   6011875.41872 2117711.58246 37.7955010289084 -122.402907133964 (37.7955010289084, -122.402907133964) 3 1 10 28860 4
166879 189563 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 2 Sidewalk: Curb side : Cutout Tree Private 2     20 Width 3ft   6016967.52879 2094476.64405 37.7319858670524 -122.383668934795 (37.7319858670524, -122.383668934795) 10 3 8 58 1

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