7 rows where Zip Codes = 59 and qSpecies_id = 202 sorted by YCoord

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)
187038 203596 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 431 Gennessee St 1 Sidewalk: Property side : Yard Tree Private 2     1 Width 6ft   5997432.94788 2094904.04016 37.7320602742514 -122.451234652068 (37.7320602742514, -122.451234652068) 9 7 4 59 40
168365 114971 Permitted Site 7 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 431 Gennessee St 1 Sidewalk: Curb side : Cutout Tree Private 2   12/28/2015 12:00:00 AM     Permit Number 771835 5997422.4 2094904.1 37.7320598346121 -122.45127112252 (37.7320598346121, -122.45127112252) 9 7 4 59 40
42639 255491 Permitted Site 7 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 139 Melrose Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 05/31/2018 12:00:00 AM 3 3x3 Permit Number 781962 5999277.13576 2095481.56921 37.7337514533765 -122.444900415841 (37.7337514533765, -122.444900415841) 9 7 4 59 40
59906 121643 Undocumented 4 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 362 Teresita Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2       2x4   5997955 2098188 37.741107118117 -122.449666371295 (37.741107118117, -122.449666371295) 9 7 4 59 40
47616 203594 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 362 Teresita Blvd 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 2ft   5997974.50347 2098199.84414 37.7411407550534 -122.449599788915 (37.7411407550534, -122.449599788915) 9 7 4 59 40
141556 203593 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 362 Teresita Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 2ft   5997967.66384 2098207.91651 37.7411625285389 -122.449624019335 (37.7411625285389, -122.449624019335) 9 7 4 59 40
9429 259571 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 298 Public Park 1 Unaccepted Street : Cutout Tree Private 2       5x10   5994238 2098707 37.7423188086517 -122.462555955845 (37.7423188086517, -122.462555955845) 1 8 4 59 40

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