4 rows where DBH = 19 and qSpecies_id = 69

View and edit SQL

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)
20802 99981 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 535@Clay Washington St 1 Sidewalk: Curb side : Cutout Tree Private 2     19     6012012.90465 2117729.4246 37.7955576951954 -122.402432661541 (37.7955576951954, -122.402432661541) 3 1 10 28860 4
54490 189561 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1445 Osceola Ln 7 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6016975.64567 2094505.62262 37.7320658851215 -122.383642889503 (37.7320658851215, -122.383642889503) 10 3 8 58 1
77596 189578 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1 Whitfield Ct 3 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6017480.95894 2094099.62822 37.7309790220515 -122.381867664661 (37.7309790220515, -122.381867664661) 10 3 8 58 1
85191 189570 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 9 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 3ft   6017210.39015 2094289.17709 37.731484540869 -122.38281626146 (37.731484540869, -122.38281626146) 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)
);