3 rows where DBH = 19 and qSpecies_id = 87

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)
30984 178091 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 327 Maynard St 1 Sidewalk: Property side : Yard Tree Private 2     19 Width 8ft   6005482.97407 2093860.26389 37.7296519293885 -122.423329751081 (37.7296519293885, -122.423329751081) 9 7 6 28861 5
47473 201710 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 2 Coronado St 2 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 8ft   6014843.66984 2089083.1115 37.7170586750936 -122.390634872922 (37.7170586750936, -122.390634872922) 10 3 8 58 1
77804 185246 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 2563 33rd Ave 1 Sidewalk: Curb side : Yard Tree Private 2     19 Width 0ft   5986117.5685 2097805.0277 37.7393712405593 -122.490567199309 (37.7393712405593, -122.490567199309) 1 8 3 29491 35

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