6 rows where Fire Prevention Districts = 15 and qLegalStatus_id = 5

View and edit SQL

These facets timed out: Fire Prevention 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)
38 167409 Section 806 (d) 5 Ginkgo biloba :: Maidenhair Tree 22 4 Divisadero St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/20/2020 12:00:00 AM 3 3X3 Permit Number 781788 6001979.94285 2107686.90453 37.7674182815445 -122.436429284105 (37.7674182815445, -122.436429284105) 15 5 5 29492 3
56 124 Section 806 (d) 5 Ginkgo biloba :: Maidenhair Tree 22 1032 14th St 2 Sidewalk: Curb side : Cutout Tree Private 2   11/20/2020 12:00:00 AM 3 3X3 Permit Number 781788 6002037.12702 2107659.05322 37.7673450578674 -122.436229498819 (37.7673450578674, -122.436229498819) 15 5 5 29492 3
2593 19154 Section 806 (d) 5 Pittosporum undulatum :: Victorian Box 36 64 Sanchez St 1 Sidewalk: Curb side : Cutout Tree Private 2   12/30/2014 12:00:00 AM 3 3x3 Permit Number 774356 6003450.27402 2107953.58185 37.7682339504649 -122.431362651168 (37.7682339504649, -122.431362651168) 15 9 5 28862 3
3701 78185 Section 806 (d) 5 Tree(s) :: 17 811 Ashbury St 1 Sidewalk: Curb side : Cutout Tree Private 2           5999080 2107571 37.7669348288429 -122.446451411547 (37.7669348288429, -122.446451411547) 15 5 11 29492 9
3977 262296 Section 806 (d) 5 Acer rubrum :: Red Maple 75 45 Alma St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/26/2020 12:00:00 AM 3 3x3 Permit Number 782635 5998403.0154 2106238.4273 37.7632372305534 -122.448696994498 (37.7632372305534, -122.448696994498) 15 5 11 29492 9
19451 254404 Section 806 (d) 5 Metrosideros excelsa :: New Zealand Xmas Tree 16 127 Central Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   07/12/2018 12:00:00 AM 3 3x3   5999857 2108965 37.7708067512445 -122.443864065657 (37.7708067512445, -122.443864065657) 15 5 11 29492 9

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