6 rows where DBH = 21 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)
12990 222965 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1201 San Jose Ave 7 Front Yard : Yard Tree Private 2     21 Width 9ft   6004149.63466 2095858.37478 37.7350629514011 -122.428081582617 (37.7350629514011, -122.428081582617) 2 7 5 28861 2
40503 190902 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2 George Ct 7 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 3ft   6017218.74328 2094051.55163 37.7308325297006 -122.382770852905 (37.7308325297006, -122.382770852905) 10 3 8 58 1
57372 189571 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 11 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 3ft   6017247.28472 2094271.31266 37.7314375270091 -122.382687465955 (37.7314375270091, -122.382687465955) 10 3 8 58 1
90752 189569 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 8 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 3ft   6017191.89147 2094295.54174 37.7315009948796 -122.38288065834 (37.7315009948796, -122.38288065834) 10 3 8 58 1
104182 189575 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 15 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 3ft   6017319.81407 2094258.43885 37.7314061847416 -122.382435820381 (37.7314061847416, -122.382435820381) 10 3 8 58 1
116269 189579 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1 Whitfield Ct 4 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 3ft   6017480.3384 2094118.23435 37.7310300765608 -122.381871103661 (37.7310300765608, -122.381871103661) 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)
);