3 rows where qSpecies_id = 480

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)
55146 188812 DPW Maintained 1 Beaucarnea recurvata :: Ponytail palm 480 2211 25th St 3 Sidewalk: Property side : Yard Tree Private 2     4     6012100.78981 2101856.17323 37.7519782763782 -122.401012714766 (37.7519782763782, -122.401012714766) 10 3 8 28856 29
93881 187565 DPW Maintained 1 Beaucarnea recurvata :: Ponytail palm 480 136 Alpha St 7 Sidewalk: Property side : Yard Tree Private 2     4 Width 10ft   6010916.99184 2088120.11863 37.7141958614378 -122.404139852688 (37.7141958614378, -122.404139852688) 9 7 8 309 39
127505 187566 DPW Maintained 1 Beaucarnea recurvata :: Ponytail palm 480 136 Alpha St 8 Sidewalk: Property side : Yard Tree Private 2     5 Width 10ft   6010914.5006 2088119.67508 37.7141945043399 -122.404148432227 (37.7141945043399, -122.404148432227) 9 7 8 309 39

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