9 rows where Police Districts = 1 and qSpecies_id = 68

View and edit SQL

Police 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)
160 107490 DPW Maintained 1 Prunus spp :: Cherry 68 1306x Montgomery St 19 Median : Cutout Tree DPW 1     12     6011447.18476 2119974.76336 37.8016912541172 -122.404548295963 (37.8016912541172, -122.404548295963) 3 1 10 308 23
18058 136026 DPW Maintained 1 Prunus spp :: Cherry 68 957 Sacramento St 1 Sidewalk: Curb side : Pot Tree Private 2     3 Width 3ft   6010195.26054 2116841.12509 37.7930170033817 -122.408659357866 (37.7930170033817, -122.408659357866) 3 1 10 28857 4
20109 136027 DPW Maintained 1 Prunus spp :: Cherry 68 957 Sacramento St 2 Sidewalk: Curb side : Pot Tree Private 2     4 Width 3ft   6010215.88282 2116843.14587 37.7930237069305 -122.408588145932 (37.7930237069305, -122.408588145932) 3 1 10 28857 4
24447 136025 DPW Maintained 1 Prunus spp :: Cherry 68 80 MacOndray Ln 1 Sidewalk: Property side : Yard Tree Private 2     11     6008316.37067 2119137.06676 37.7992156804143 -122.415323048225 (37.7992156804143, -122.415323048225) 5 1 10 308 32
59358 103517 Permitted Site 7 Prunus spp :: Cherry 68 55X MacOndray Ln 1 Unaccepted Street : Yard Tree Private 2         Permit Number 770452 6008432 2119159 37.7992824016355 -122.414924482909 (37.7992824016355, -122.414924482909) 5 1 10 308 32
93588 136021 DPW Maintained 1 Prunus spp :: Cherry 68 1010 Lombard St 1 Sidewalk: Curb side : Yard Tree Private 2     12     6007482.49892 2120248.47345 37.8022204224067 -122.418287380977 (37.8022204224067, -122.418287380977) 5 1 1 28858 32
122322 136024 DPW Maintained 1 Prunus spp :: Cherry 68 66 MacOndray Ln 1 Sidewalk: Property side : Yard Tree Private 2     9     6008379.74874 2119143.46885 37.7992368207748 -122.415104191024 (37.7992368207748, -122.415104191024) 5 1 10 308 32
163037 136022 DPW Maintained 1 Prunus spp :: Cherry 68 60 MacOndray Ln 2 Sidewalk: Property side : Yard Tree Private 2     6     6008402.81482 2119144.69077 37.7992414720639 -122.415024460715 (37.7992414720639, -122.415024460715) 5 1 10 308 32
190293 136023 DPW Maintained 1 Prunus spp :: Cherry 68 60 MacOndray Ln 3 Sidewalk: Property side : Yard Tree Private 2     3     6008389.23117 2119145.89275 37.7992440090735 -122.415071550105 (37.7992440090735, -122.415071550105) 5 1 10 308 32

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