3 rows where qSpecies_id = 497

View and edit SQL

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)
66141 234417 DPW Maintained 1 Phoenix reclinata :: Senegal date palm 497 450 Florida St 1 Sidewalk: Property side : Yard Tree Private 2     24     6009181.3069 2106333.32142 37.7641082206469 -122.411425016854 (37.7641082206469, -122.411425016854) 8 4 7 28859 19
113158 247120 DPW Maintained 1 Phoenix reclinata :: Senegal date palm 497 2301 Castro St 2 Sidewalk: Property side : Yard Tree Private 2     30     6002759.76242 2098849.85836 37.7431981412767 -122.433100531687 (37.7431981412767, -122.433100531687) 2 7 5 63 22
185501 117447 DPW Maintained 1 Phoenix reclinata :: Senegal date palm 497 1075 Bowdoin St 1 Sidewalk: Curb side : Cutout Tree Private 2     6 3x3   6009562.32443 2091184.74944 37.722534917738 -122.409038235933 (37.722534917738, -122.409038235933) 9 3 7 309 28

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