10 rows where Police Districts = 6 and qSpecies_id = 90

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)
143612 141065 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 193 Cook St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 0ft   5997591.6366 2112595.3291 37.7806452152507 -122.451961919026 (37.7806452152507, -122.451961919026) 15 6 2 54 16
151144 126028 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 3436 Clay St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 4ft   5998376.70601 2115562.57298 37.7888374239642 -122.449459861577 (37.7888374239642, -122.449459861577) 13 6 1 54 31
180045 38045 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1717 Baker St 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/10/1998 12:00:00 AM 4   Permit Number 40246 6000011.6939 2114927.5611 37.7871872396683 -122.443757410609 (37.7871872396683, -122.443757410609) 15 6 1 29490 31

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