4 rows where Fire Prevention Districts = 7 and qLegalStatus_id = 5

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)
37 264963 Section 806 (d) 5 Magnolia grandiflora 'Little Gem' :: Little Gem Magnolia 13 275 Oak St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/19/2020 12:00:00 AM 3 3x3   6005706 2110306 37.7748207071365 -122.423727591769 (37.7748207071365, -122.423727591769) 7 9 11 28852 10
4594 221063 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006493.11817 2110111.72475 37.7743316749983 -122.420990984947 (37.7743316749983, -122.420990984947) 7 9 11 28852 10
11965 221066 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 4 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006423.38991 2110105.498 37.7743106470621 -122.421231746062 (37.7743106470621, -122.421231746062) 7 9 11 28852 10
14708 221065 Section 806 (d) 5 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 2 Page St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6006445.36198 2110108.11027 37.7743190584079 -122.421155926024 (37.7743190584079, -122.421155926024) 7 9 11 28852 10

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