3 rows where DBH = 16 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)
60908 178090 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 45 Paulding St 2 Sidewalk: Property side : Yard Tree Private 2     16 Width 8ft   6000057.91018 2093284.34129 37.7277629052183 -122.442043393704 (37.7277629052183, -122.442043393704) 9 7 6 28861 25
90198 132135 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 844 Bay St 2 Sidewalk: Curb side : Pot Tree Private 2     16 Width 3ft   6006652.21719 2121188.57892 37.8047549412394 -122.421227358273 (37.8047549412394, -122.421227358273) 5 1 1 28858 32
185787 178097 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 201 Trumbull St 71 Sidewalk: Property side : Yard Tree Private 2     16     6004719.38437 2094363.75444 37.7309912771155 -122.426005390643 (37.7309912771155, -122.426005390643) 9 7 6 28861 5

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