6 rows where qSpecies_id = 393

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)
21746 190035 DPW Maintained 1 Chiranthodendron pentadactylon :: Monkey Hand Tree 393 1300x De Haro St 34 Median : Yard Tree DPW 1     27     6012271.55994 2101940.28585 37.7522187560075 -122.400428070906 (37.7522187560075, -122.400428070906) 10 3 8 28856 29
41104 206048 DPW Maintained 1 Chiranthodendron pentadactylon :: Monkey Hand Tree 393 1290 11th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 4ft   5992718.5609 2106682.80326 37.7641306803086 -122.46838979747 (37.7641306803086, -122.46838979747) 11 8 11 56 12
41825 225214 DPW Maintained 1 Chiranthodendron pentadactylon :: Monkey Hand Tree 393 2 Trainor St 11 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6008292.87634 2108055.45209 37.7687869202076 -122.414619725338 (37.7687869202076, -122.414619725338) 8 4 7 28853 19
56615 101253 Undocumented 4 Chiranthodendron pentadactylon :: Monkey Hand Tree 393 1290X 11th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5992716.9 2106688.9 37.7641473244126 -122.468395985577 (37.7641473244126, -122.468395985577) 11 8 11 56 12
107225 225213 DPW Maintained 1 Chiranthodendron pentadactylon :: Monkey Hand Tree 393 3700 Cesar Chavez St 10 Sidewalk: Property side : Yard Tree Private 2     19 Width 10ft   6005749.35353 2100557.96132 37.748057333889 -122.422884672113 (37.748057333889, -122.422884672113) 2 4 5 28859 19
135008 116756 DPW Maintained 1 Chiranthodendron pentadactylon :: Monkey Hand Tree 393 601x Wisconsin St 4 Sidewalk: Curb side : Cutout Tree Private 2     3 3x3   6012732.28672 2104602.26086 37.7595536410102 -122.399021620255 (37.7595536410102, -122.399021620255) 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)
);