3 rows where DBH = 28 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)
104578 189574 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 14 Sidewalk: Curb side : Cutout Tree Private 2     28 Width 3ft   6017299.64187 2094252.85192 37.731389729831 -122.382505171573 (37.731389729831, -122.382505171573) 10 3 8 58 1
134956 190896 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 5 Garlington Ct 1 Sidewalk: Curb side : Cutout Tree Private 2     28 Width 2ft   6016688.00445 2094538.60602 37.732140547747 -122.384639634226 (37.732140547747, -122.384639634226) 10 3 8 58 1
167700 189566 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 1446 Osceola Ln 5 Sidewalk: Curb side : Cutout Tree Private 2     28 Width 3ft   6017137.64973 2094320.03335 37.7315652469174 -122.383069888286 (37.7315652469174, -122.383069888286) 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)
);