4 rows where qSiteInfo = "Sidewalk: Curb side : Pot" and qSpecies_id = 87

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : Pot · 4
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)
44434 210933 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 154 Margaret Ave 1 Sidewalk: Curb side : Pot Tree Private 2     27 Width 10ft   5996718.73035 2089319.81928 37.7166864052207 -122.453300837263 (37.7166864052207, -122.453300837263) 9 8 6 28861 24
69818 194397 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1797 Bancroft Ave 1 Sidewalk: Curb side : Pot Tree Private 2     4 Width 1ft   6013420.92243 2092796.80792 37.7271767046165 -122.395812737565 (37.7271767046165, -122.395812737565) 10 3 8 58 1
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
124839 132134 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 844 Bay St 1 Sidewalk: Curb side : Pot Tree Private 2     18 Width 3ft   6006665.94728 2121190.24519 37.8047602904276 -122.421179962201 (37.8047602904276, -122.421179962201) 5 1 1 28858 32

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