4 rows where DBH = 16 and qSpecies_id = 86

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)
44075 215290 DPW Maintained 1 Taxus baccata :: Irish Yew 86 496 Pacheco St 4 Sidewalk: Curb side : Yard Tree Private 2     16 Width 6ft   5993542.94164 2101911.83549 37.7510784210541 -122.465191965655 (37.7510784210541, -122.465191965655) 1 8 4 29491 12
87428 215300 DPW Maintained 1 Taxus baccata :: Irish Yew 86 185 Hearst Ave 5 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 2ft   6000205.65358 2094331.35281 37.730646174877 -122.441607748599 (37.730646174877, -122.441607748599) 9 7 4 63 40
106810 197910 DPW Maintained 1 Taxus baccata :: Irish Yew 86 75 Arkansas St 5 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 3ft   6012885.09091 2106720.68948 37.7653788916393 -122.39864180598 (37.7653788916393, -122.39864180598) 14 3 8 28856 20
119328 215333 DPW Maintained 1 Taxus baccata :: Irish Yew 86 8 Mendosa Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 3ft   5993587.48804 2101138.42118 37.7489573915925 -122.464981756306 (37.7489573915925, -122.464981756306) 1 8 4 29491 40

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