4 rows where qSpecies_id = 537

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)
107508 194431 DPW Maintained 1 Pinus coulteri :: Coulter pine 537 889 Vermont St 9 Sidewalk: Curb side : Yard Tree Private 2     6     6011332.59627 2104195.66484 37.7583591218854 -122.403833861042 (37.7583591218854, -122.403833861042) 10 3 8 28856 29
116580 194430 DPW Maintained 1 Pinus coulteri :: Coulter pine 537 800 Vermont St 44 Sidewalk: Curb side : Yard Tree Private 2     21 Width 5ft   6011313.02989 2104102.06211 37.7581010164682 -122.403894943896 (37.7581010164682, -122.403894943896) 10 3 8 28856 29
118947 194429 DPW Maintained 1 Pinus coulteri :: Coulter pine 537 800 Vermont St 31 Sidewalk: Curb side : Yard Tree Private 2     15     6011307.95664 2104238.22353 37.7584746020401 -122.403922071066 (37.7584746020401, -122.403922071066) 10 3 8 28856 29
168219 117624 Undocumented 4 Pinus coulteri :: Coulter pine 537 890x VERMONT ST 2 Unaccepted Street : Yard Tree Private 2           6011292 2104239 37.7584758425658 -122.403977311201 (37.7584758425658, -122.403977311201) 10 3 8 28856 29

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