6 rows where Supervisor Districts = 4 and qSpecies_id = 53

View and edit SQL

Supervisor Districts

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)
33092 92818 Permitted Site 7 Ficus nitida :: Laurel Fig 53 95 Burlwood Dr 1 Sidewalk: Curb side : Cutout Tree Private 2   11/12/2009 12:00:00 AM   3x3 Permit Number 53027 5996883 2096019 37.7350901820695 -122.453216393363 (37.7350901820695, -122.453216393363) 9 7 4 59 40
130776 25271 Permitted Site 7 Ficus nitida :: Laurel Fig 53 1800 Ocean Ave 4 Sidewalk: Curb side : Cutout Tree Private 2     6 2X2   5994503.82801 2092400.83619 37.725018937185 -122.461179802839 (37.725018937185, -122.461179802839) 9 8 4 28861 40
137544 25272 Permitted Site 7 Ficus nitida :: Laurel Fig 53 1800 Ocean Ave 5 Sidewalk: Curb side : Cutout Tree Private 2     6 2X2   5994503.82801 2092400.83619 37.725018937185 -122.461179802839 (37.725018937185, -122.461179802839) 9 8 4 28861 40
148900 57604 Permitted Site 7 Ficus nitida :: Laurel Fig 53 238 Hearst Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   11/12/1976 12:00:00 AM   3x3 Permit Number 16491 5999828.22001193 2094390.77346711 37.7307878188175 -122.442916855234 (37.7307878188175, -122.442916855234) 9 7 4 63 40
151589 25270 Permitted Site 7 Ficus nitida :: Laurel Fig 53 1800 Ocean Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     12 2X2   5994503.82801 2092400.83619 37.725018937185 -122.461179802839 (37.725018937185, -122.461179802839) 9 8 4 28861 40
168485 25273 Permitted Site 7 Ficus nitida :: Laurel Fig 53 1800 Ocean Ave 6 Sidewalk: Curb side : Cutout Tree Private 2     6 2X2   5994503.82801 2092400.83619 37.725018937185 -122.461179802839 (37.725018937185, -122.461179802839) 9 8 4 28861 40

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