10 rows where Police Districts = 6 and qSpecies_id = 12

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)
132182 31880 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 357 29th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/26/1995 12:00:00 AM 5   Permit Number 35318 5986819.04944 2113546.00987 37.7826325931106 -122.489298876891 (37.7826325931106, -122.489298876891) 11 6 2 55 26
143196 108470 Permitted Site 7 Tilia cordata :: Littleleaf Linden 12 663 11th Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF     3x3 Permit Number 773783 5992531.7071 2110944.78333 37.7758221433837 -122.469346307299 (37.7758221433837, -122.469346307299) 11 6 2 54 11
177018 123142 DPW Maintained 1 Tilia cordata :: Littleleaf Linden 12 588 10th Ave 1 Sidewalk: Property side : Yard Tree Private 2     1 Width 3ft   5992875.98523 2111469.09089 37.7772816395031 -122.468193521633 (37.7772816395031, -122.468193521633) 11 6 2 54 11

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