3 rows where DBH = 10 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)
95209 189551 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 270 Terry A Francois Blvd 4 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 5ft   6016435.27108 2108120.27971 37.7694190177123 -122.386460036521 (37.7694190177123, -122.386460036521) 14 3 9 310 20
123487 189536 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 311 Terry A Francois Blvd 5 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 5ft   6016490.76801 2108485.29453 37.7704243410392 -122.386293525233 (37.7704243410392, -122.386293525233) 14 3 9 310 20
182502 189540 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 311 Terry A Francois Blvd 9 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 5ft   6016455.58643 2108743.06847 37.7711301847333 -122.386433195333 (37.7711301847333, -122.386433195333) 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)
);