2 rows where Police Districts = 5 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)
135938 224479 Undocumented 4 Ficus Spp. :: 101 252 Alma St 3 Sidewalk: Curb side : Cutout Tree Private 2     21 Width 3ft   5997431.87905 2106139.44688 37.7629098758031 -122.452048674332 (37.7629098758031, -122.452048674332) 15 5 11 29492 9
159251 218963 DPW Maintained 1 Ficus Spp. :: 101 1213 02nd Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     24 Width 4ft   5995444.33067 2107341.11744 37.7660953041927 -122.459009882028 (37.7660953041927, -122.459009882028) 15 5 11 29492 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)
);