7 rows where Zip Codes = 28859 and qSpecies_id = 66 sorted by TreeID

View and edit SQL

Zip Codes

  • 28859 · 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)
3213 26499 DPW Maintained 1 Shrub :: Shrub 66 2710 Harrison St 3 Sidewalk: Curb side : Cutout Tree DPW 1     3 4x3   6008889.7812 2102567.01926 37.7537504562032 -122.412167121652 (37.7537504562032, -122.412167121652) 2 4 7 28859 19
14115 61098 Permitted Site 7 Shrub :: Shrub 66 806 Shotwell St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 09/24/1988 12:00:00 AM   3x3 Permit Number 25594 6007925.06671696 2103219.75918175 37.7554885536992 -122.415549543793 (37.7554885536992, -122.415549543793) 2 4 7 28859 19
38858 98972 DPW Maintained 1 Shrub :: Shrub 66 825 Shotwell St 6 Sidewalk: Curb side : Cutout Tree SFUSD 4 DPW for City Agency   0 5x5   6008234.2 2102998.9 37.7548994960031 -122.414464835105 (37.7548994960031, -122.414464835105) 2 4 7 28859 19

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