5 rows where Zip Codes = 308 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

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)
92398 91464 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1001 Greenwich St 3 Sidewalk: Curb side : Cutout Tree Private 2   04/15/2009 12:00:00 AM 9 3x3 Permit Number 52106 6008023.92041 2119932.41057 37.8013830546338 -122.416391395149 (37.8013830546338, -122.416391395149) 5 1 1 308 32
96623 91462 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1001 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2   04/15/2009 12:00:00 AM 8 3x3 Permit Number 52106 6007994.73789 2119928.92262 37.8013718365043 -122.416492132729 (37.8013718365043, -122.416492132729) 5 1 1 308 32
106863 91463 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1001 Greenwich St 2 Sidewalk: Curb side : Cutout Tree Private 2   04/15/2009 12:00:00 AM 7 3x3 Permit Number 52106 6008009.62404 2119930.75783 37.8013777126716 -122.416440749956 (37.8013777126716, -122.416440749956) 5 1 1 308 32
167316 91465 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1001 Greenwich St 4 Sidewalk: Curb side : Cutout Tree Private 2   04/15/2009 12:00:00 AM 9 3x3 Permit Number 52106 6008039.0019 2119934.2418 37.8013889308135 -122.416339336112 (37.8013889308135, -122.416339336112) 5 1 1 308 32
57235 125546 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1070 Green St 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 4ft   6007858.97154 2118915.83985 37.798582528908 -122.416890128576 (37.798582528908, -122.416890128576) 5 1 10 308 32

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