3 rows where DBH = 11 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)
101436 189550 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 270 Terry A Francois Blvd 3 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 5ft   6016432.50666 2108181.51645 37.7695870074722 -122.386473868975 (37.7695870074722, -122.386473868975) 14 3 9 310 20
149985 222968 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1300 San Jose Ave 46 Front Yard : Yard Tree Private 2     11     6003409.57368 2095556.74032 37.7341928330254 -122.43061872027 (37.7341928330254, -122.43061872027) 2 7 5 63 7
154586 189535 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 311 Terry A Francois Blvd 4 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 5ft   6016492.9216 2108447.01871 37.7703193631661 -122.38628340695 (37.7703193631661, -122.38628340695) 14 3 9 310 20

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