8 rows where Police Districts = 9 and qSpecies_id = 101

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)
19924 114954 Undocumented 4 Ficus Spp. :: 101 601x OCTAVIA ST 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6005348 2111368 37.7777164851071 -122.42504156742 (37.7777164851071, -122.42504156742) 7 9 11 28852 10
69386 138057 DPW Maintained 1 Ficus Spp. :: 101 1881 SUTTER ST 2 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 0ft   6003668.147 2114533.432 37.7863129354864 -122.431078737912 (37.7863129354864, -122.431078737912) 13 9 11 29490 13
83047 115110 Undocumented 4 Ficus Spp. :: 101 1500x VALLEJO ST 4 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006364 2118351 37.7969474175895 -122.422023061413 (37.7969474175895, -122.422023061413) 13 9 10 28858 32
95857 115108 Undocumented 4 Ficus Spp. :: 101 1500x VALLEJO ST 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006364 2118351 37.7969474175895 -122.422023061413 (37.7969474175895, -122.422023061413) 13 9 10 28858 32
109250 107818 Significant Tree 6 Ficus Spp. :: 101 474 Oak St 1 Sidewalk: Property side : Cutout Tree Private 2       3X3   6004715.2 2110227.8 37.7745500089947 -122.427149405032 (37.7745500089947, -122.427149405032) 7 9 11 28852 10
114518 115107 Undocumented 4 Ficus Spp. :: 101 1500x VALLEJO ST 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006364 2118351 37.7969474175895 -122.422023061413 (37.7969474175895, -122.422023061413) 13 9 10 28858 32
116657 115109 Undocumented 4 Ficus Spp. :: 101 1500x VALLEJO ST 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6006364 2118351 37.7969474175895 -122.422023061413 (37.7969474175895, -122.422023061413) 13 9 10 28858 32
142301 114953 Undocumented 4 Ficus Spp. :: 101 601x OCTAVIA ST 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6005348 2111368 37.7777164851071 -122.42504156742 (37.7777164851071, -122.42504156742) 7 9 11 28852 10

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