9 rows where Supervisor Districts = 11 and qLegalStatus_id = 5

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)
37 264963 Section 806 (d) 5 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 275 Oak St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/19/2020 12:00:00 AM 3 3x3   6005706 2110306 37.7748207071365 -122.423727591769 (37.7748207071365, -122.423727591769) 7 9 11 28852 10
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
4594 221063 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006493.11817 2110111.72475 37.7743316749983 -122.420990984947 (37.7743316749983, -122.420990984947) 7 9 11 28852 10
11626 262262 Section 806 (d) 5 Tristaniopsis laurina :: Swamp Myrtle 1 1324 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/19/2020 12:00:00 AM 3 4x4 Permit Number 784290 5993653.14185 2106470.72632 37.763602309694 -122.465141974097 (37.763602309694, -122.465141974097) 1 8 11 56 12
11965 221066 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 4 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006423.38991 2110105.498 37.7743106470621 -122.421231746062 (37.7743106470621, -122.421231746062) 7 9 11 28852 10
14708 221065 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006445.36198 2110108.11027 37.7743190584079 -122.421155926024 (37.7743190584079, -122.421155926024) 7 9 11 28852 10
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
194494 264749 Section 806 (d) 5 Quercus suber :: Cork Oak 78 1339 16th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   01/12/2021 12:00:00 AM 3 3x3 Permit Number 785207 5991088 2106284 37.7629413570223 -122.474000279679 (37.7629413570223, -122.474000279679) 1 8 11 56 12

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