3 rows where Fire Prevention Districts = 8, Supervisor Districts = 5 and qLegalStatus_id = 2

View and edit SQL

Supervisor Districts

Fire Prevention 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)
1432 228461 Planning Code 138.1 required 2 :: 45 1813 15th St 1 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft Permit Number 782329 6005355.14245 2107219.1964 37.7663252752163 -122.424721643507 (37.7663252752163, -122.424721643507) 8 4 5 28853 19
168421 241673 Planning Code 138.1 required 2 Ginkgo biloba 'Princeton Sentry' :: Princeton Sentry Maidenhair 343 21 Rosemont Pl 1 Sidewalk: Curb side : Cutout Tree Private 2   08/02/2018 12:00:00 AM 3 4x4 Permit Number 778206 6005133.3823 2108100.0759 37.7687314320489 -122.425551368812 (37.7687314320489, -122.425551368812) 8 4 5 28853 19
180615 122686 Planning Code 138.1 required 2 Podocarpus gracilor :: Fern Pine 51 3474 17th St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 3x3   6005720 2106109 37.7632975389877 -122.423380737252 (37.7632975389877, -122.423380737252) 8 4 5 28859 19

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