3 rows where Zip Codes = 29490 and qSpecies_id = 66

View and edit SQL

Zip Codes

  • 29490 · 3
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)
59943 100203 DPW Maintained 1 Shrub :: Shrub 66 2237 Sutter St 1 Sidewalk: Curb side : Cutout Tree Private 2     0 4x4   6001906 2114287 37.7855362863546 -122.437157652203 (37.7855362863546, -122.437157652203) 13 6 11 29490 13
105604 23896 DPW Maintained 1 Shrub :: Shrub 66 1581 Webster St 3 Sidewalk: Curb side : Cutout Tree DPW 1   05/24/2017 12:00:00 AM 3 3x3   6003535.3531022 2114132.0136397 37.7852032161945 -122.431509502733 (37.7852032161945, -122.431509502733) 13 9 11 29490 13
112926 251642 DPW Maintained 1 Shrub :: Shrub 66 2253 Broderick St 4 Sidewalk: Curb side : Cutout Landscaping Private 2       3x3   6000298.51737 2116393.24113 37.7912279703404 -122.442870356286 (37.7912279703404, -122.442870356286) 13 6 1 29490 27

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