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

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)
106240 122625 Planning Code 138.1 required 2 Cordyline australis :: Dracena Palm 64 189 Country Club Dr 1 Sidewalk: Property side : Cutout Tree Private 2   11/15/2016 12:00:00 AM 3 4x5 Permit Number 774974 5984222 2094938 37.7313882480876 -122.496909587532 (37.7313882480876, -122.496909587532) 1 8 4 64 35
120310 173614 Planning Code 138.1 required 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 149 2955 20th Ave 2 Sidewalk: Property side : Yard Tree Private 2   12/12/2016 12:00:00 AM 3 3x6 Permit Number 776469 5990236.78382 2095590.44954 37.7335303227244 -122.476163213901 (37.7335303227244, -122.476163213901) 1 8 4 64 35
140218 256881 Planning Code 138.1 required 2 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 3075 25th Ave 1 Sidewalk: Property side : Yard Tree Private 2   12/21/2018 12:00:00 AM 3 3x10 Permit Number 781920 5988824.60597 2094879.63635 37.7314966214822 -122.480993433312 (37.7314966214822, -122.480993433312) 1 8 4 64 35
146537 173613 Planning Code 138.1 required 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 149 2955 20th Ave 1 Sidewalk: Property side : Yard Tree Private 2   12/12/2016 12:00:00 AM 3 3x6 Permit Number 776469 5990236.78382 2095590.44954 37.7335303227244 -122.476163213901 (37.7335303227244, -122.476163213901) 1 8 4 64 35
171095 122627 Planning Code 138.1 required 2 Arbutus 'Marina' :: Hybrid Strawberry Tree 14 34 Country Club Dr 1 Sidewalk: Property side : Cutout Tree Private 2   11/15/2016 12:00:00 AM 3 3x4 Permit Number 775279 5984731 2094410 37.7299683129055 -122.495110985344 (37.7299683129055, -122.495110985344) 1 8 4 64 35
178269 122626 Planning Code 138.1 required 2 Cordyline australis :: Dracena Palm 64 330 Country Club Dr 1 Sidewalk: Property side : Cutout Tree Private 2   11/15/2016 12:00:00 AM 3 3x5 Permit Number 774975 5984613 2095517 37.7330009316807 -122.495600537949 (37.7330009316807, -122.495600537949) 1 8 4 64 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)
);