106 rows where Fire Prevention Districts = 1 and qLegalStatus_id = 2 sorted by PlotSize

View and edit SQL

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)
38353 256715 Planning Code 138.1 required 2 Prunus serrulata 'Mt. Fuji' :: Mt. Fuji Cherry Tree 443 1540 17th Ave 1 Sidewalk: Property side : Cutout Tree Private 2   01/15/2019 12:00:00 AM 3 4x8 Permit Number 779534 5990911 2104908 37.7591529734205 -122.474512031039 (37.7591529734205, -122.474512031039) 1 8 4 56 12
4820 253072 Planning Code 138.1 required 2 Pittosporum undulatum :: Victorian Box 36 1350 46th Ave 1 Sidewalk: Property side : Yard Tree Private 2   12/18/2019 12:00:00 AM 3 6x10 Permit Number 780489 5981849.66657 2105897.22193 37.7613399178539 -122.50592325662 (37.7613399178539, -122.50592325662) 1 8 3 56 35
67232 256000 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 8 Springfield Dr 1 Sidewalk: Property side : Yard Tree Private 2   08/21/2018 12:00:00 AM 3 6x10 Permit Number 780036 5986792.13129 2095812.03329 37.733938381975 -122.488088482457 (37.733938381975, -122.488088482457) 1 8 4 64 35
16409 54948 Planning Code 138.1 required 2 Metrosideros excelsa :: New Zealand Xmas Tree 16 1531 44th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   08/28/1972 12:00:00 AM 15 6x3 Permit Number 779312 5982470.8167 2104681.2673 37.7580377938942 -122.503684942327 (37.7580377938942, -122.503684942327) 1 8 3 56 35
22749 184649 Planning Code 138.1 required 2 Metrosideros excelsa :: New Zealand Xmas Tree 16 1688 42nd Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 0ft Permit Number 782197 5983169.0582 2103665.8835 37.7552908641291 -122.501195062681 (37.7552908641291, -122.501195062681) 1 8 3 56 35
35632 182616 Planning Code 138.1 required 2 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 1856 28th Ave 1 Sidewalk: Curb side : Yard Tree Private 2   11/16/2018 12:00:00 AM 0 Width 0ft Permit Number 780914 5987553.0951 2102630.1854 37.7527035840583 -122.485957928463 (37.7527035840583, -122.485957928463) 1 8 3 56 35

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