4 rows where qSiteInfo = "Median : Cutout" and qSpecies_id = 87

View and edit SQL

These facets timed out: qSiteInfo

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)
58534 107481 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1300x Montgomery St 1 Median : Cutout Tree DPW 1           6011490.99877 2119741.79528 37.8010540290465 -122.404380271142 (37.8010540290465, -122.404380271142) 3 1 10 308 23
77930 25124 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1550 Dolores St 5 Median : Cutout Tree DPW 1     40 20   6005279.44295 2099098.54576 37.7440235867185 -122.424405817773 (37.7440235867185, -122.424405817773) 2 7 5 63 22
94556 25081 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1200X Dolores St 1 Median : Cutout Tree DPW 1   10/03/2012 12:00:00 AM 20 20   6005156.57495 2101303.54282 37.7500710634364 -122.424987519083 (37.7500710634364, -122.424987519083) 2 4 5 28862 22
101018 25142 DPW Maintained 1 Phoenix dactylifera :: Date Palm 87 1798X Dolores St 8 Median : Cutout Tree DPW 1     36 20   6005303.4758509 2097774.014097 37.7403880804322 -122.42422853473 (37.7403880804322, -122.42422853473) 2 7 5 28859 7

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