5 rows where qSpecies_id = 288

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)
5227 96177 Permitted Site 7 Diospyros kaki :: Persimmon 288     Unaccepted Street : Cutout Tree Private 2   04/04/2011 12:00:00 AM   3x3 Permit Number 767810                    
85664 191034 DPW Maintained 1 Diospyros kaki :: Persimmon 288 2338 Lane St 1 Front Yard : Yard Tree Private 2     5 Width 6ft   6013925.13865 2092881.27087 37.727436659956 -122.394075563956 (37.727436659956, -122.394075563956) 10 3 8 58 1
109259 223880 DPW Maintained 1 Diospyros kaki :: Persimmon 288 1100 San Jose Ave 59 Sidewalk: Property side : Yard Tree Private 2     3     6004631.311 2096522.8004 37.7369145547593 -122.426463548468 (37.7369145547593, -122.426463548468) 2 7 5 63 7
183289 108478 DPW Maintained 1 Diospyros kaki :: Persimmon 288 681 11th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/23/2014 12:00:00 AM 3 3x3 Permit Number 773784 5992532.28012 2110850.66856 37.7755637627769 -122.469337473147 (37.7755637627769, -122.469337473147) 11 6 2 54 11
188649 191033 DPW Maintained 1 Diospyros kaki :: Persimmon 288 582 Rhode Island St 12 Sidewalk: Property side : Yard Tree Private 2     3     6011759.61287 2105637.14781 37.7623409601769 -122.402458399229 (37.7623409601769, -122.402458399229) 8 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)
);