7 rows where Zip Codes = 63 and qSpecies_id = 66

View and edit SQL

Zip Codes

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)
187 112917 DPW Maintained 1 Shrub :: Shrub 66 480X BEACON ST 1 Sidewalk: Property side : Yard Tree DPW 1           6002571 2098077 37.7410653426557 -122.433697996676 (37.7410653426557, -122.433697996676) 2 7 5 63 7
1437 109607 DPW Maintained 1 Shrub :: Shrub 66 775 Congo St 1 Front Yard : Yard Landscaping Private 2           6000381.8 2095947.7 37.7350943222142 -122.441114705419 (37.7350943222142, -122.441114705419) 9 7 4 63 40
7615 258945 DPW Maintained 1 Shrub :: Shrub 66 500x 27th St 33 Median : Cutout Tree DPW 1       Width 4ft   6003013.92094 2100069.89733 37.7465624978683 -122.432308835085 (37.7465624978683, -122.432308835085) 2 7 5 63 22
94409 9382 DPW Maintained 1 Shrub :: Shrub 66 337 Gold Mine Dr 1 Sidewalk: Curb side : Cutout Tree DPW 1     0 3X3   6001129.4629101 2097791.8544146 37.7402004981777 -122.438661870607 (37.7402004981777, -122.438661870607) 2 7 5 63 7
124791 22545 DPW Maintained 1 Shrub :: Shrub 66 7 Topaz Way 1 Sidewalk: Curb side : Cutout Tree DPW 1     3 2X3   6001395.6747593 2098711.0868843 37.7427396354232 -122.437807240323 (37.7427396354232, -122.437807240323) 2 7 5 63 7
155364 105003 DPW Maintained 1 Shrub :: Shrub 66 607 CONGO ST   Sidewalk: Property side : Yard Landscaping Private 2           6000094.1 2095817 37.7347190590407 -122.44210000591 (37.7347190590407, -122.44210000591) 9 7 4 63 40
161681 4313 DPW Maintained 1 Shrub :: Shrub 66 727 Chenery St 1 Sidewalk: Curb side : Cutout Landscaping DPW 1   08/17/2013 12:00:00 AM   3X3   6002321.25178 2095689.19659 37.7344948117373 -122.434390856497 (37.7344948117373, -122.434390856497) 2 7 5 63 7

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