22 rows where Zip Codes = 29491 and qSpecies_id = 66 sorted by rowid descending

View and edit SQL

Zip Codes

  • 29491 · 5
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)
27654 187054 DPW Maintained 1 Shrub :: Shrub 66 2501 Sunset Blvd 73 Sidewalk: Property side : Yard Tree Private 2     2 Width 0ft   5984950.4566 2097599.3275 37.7387382018833 -122.494587336532 (37.7387382018833, -122.494587336532) 1 8 3 29491 35
27497 21133 DPW Maintained 1 Shrub :: Shrub 66 2292X Sunset Blvd 2 Sidewalk: Curb side : Cutout Tree DPW 1     12     5984947.8628076 2099601.6268993 37.7442358239277 -122.49474388696 (37.7442358239277, -122.49474388696) 1 8 3 29491 35
17255 185555 DPW Maintained 1 Shrub :: Shrub 66 2201 Sunset Blvd 39 Sidewalk: Property side : Yard Tree Private 2     3 Width 0ft   5984902.7901 2099826.3861 37.7448503133319 -122.494916305221 (37.7448503133319, -122.494916305221) 1 8 3 29491 35
13397 185258 DPW Maintained 1 Shrub :: Shrub 66 2101 Vicente St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 0ft   5986433.4347 2097526.3066 37.7386243913853 -122.489454599165 (37.7386243913853, -122.489454599165) 1 8 3 29491 35
153 185313 DPW Maintained 1 Shrub :: Shrub 66 2601 Sunset Blvd 38 Sidewalk: Property side : Yard Tree Private 2     3 Width 0ft   5984983.1747 2097234.3473 37.7377379790483 -122.494447317023 (37.7377379790483, -122.494447317023) 1 8 3 29491 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)
);