3 rows where Police Districts = 5 and qSpecies_id = 105

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)
5934 220102 DPW Maintained 1 Acacia spp :: Acacia Spp 105 7 Beaver St 1 Sidewalk: Curb side : Cutout Tree Private 2     3 5x5   6002766.13917 2106781.33462 37.7649764495274 -122.433645214183 (37.7649764495274, -122.433645214183) 15 5 5 28862 3
9537 258776 DPW Maintained 1 Acacia spp :: Acacia Spp 105 3 Cuesta Ct 1 Median : Cutout Tree Private 2       3x3   5999757 2101744 37.7509739685765 -122.443691128062 (37.7509739685765, -122.443691128062) 2 5 5 63 38
151600 112286 Undocumented 4 Acacia spp :: Acacia Spp 105 895x PAGE ST 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002361 2109458 37.7723029182135 -122.435237957834 (37.7723029182135, -122.435237957834) 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)
);