4 rows where qSpecies_id = 411

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)
25139 125932 DPW Maintained 1 Caryota maxima 'Himalaya' :: Himalayan Fishtail Palm 411 3501 Scott St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 4ft   6000730.20198 2120378.88781 37.8021961065304 -122.441662897727 (37.8021961065304, -122.441662897727) 13 9 1 57 17
113347 88563 DPW Maintained 1 Caryota maxima 'Himalaya' :: Himalayan Fishtail Palm 411 2100 Bay St 2 Sidewalk: Curb side : Cutout Tree Private 2   07/25/2008 12:00:00 AM 14 3x3 Permit Number 51509 6000679.20483 2120339.64887 37.8020854611439 -122.441836554132 (37.8020854611439, -122.441836554132) 13 9 1 57 17
128024 125933 DPW Maintained 1 Caryota maxima 'Himalaya' :: Himalayan Fishtail Palm 411 2100 Bay St 3 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 4ft   6000655.19151 2120337.49517 37.802078179336 -122.441919496789 (37.802078179336, -122.441919496789) 13 9 1 57 17
151273 62426 DPW Maintained 1 Caryota maxima 'Himalaya' :: Himalayan Fishtail Palm 411 2100 Bay St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/13/1985 12:00:00 AM 5   Permit Number 22583 6000700.61442 2120341.37908 37.8020914317467 -122.441762591174 (37.8020914317467, -122.441762591174) 13 9 1 57 17

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