106 rows where PlantType = "Tree" and qSpecies_id = 48 sorted by PermitNotes

View and edit SQL

PlantType

  • Tree · 6
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)
46345 200984 Undocumented 4 Potential Site :: Potential Site 48 160 Folsom St 1 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 0ft Permit Number 778623 6015113.794 2115545.7503 37.7897344491206 -122.391550215359 (37.7897344491206, -122.391550215359) 6 2 9 28855 6
120415 120659 DPW Maintained 1 Potential Site :: Potential Site 48 160 Folsom St 5 Sidewalk: Curb side : Cutout Tree Private 2     13 3x3 Permit Number 778623 6015041.8167 2115476.8576 37.7895412902416 -122.391794432707 (37.7895412902416, -122.391794432707) 6 2 9 28855 6
124371 200996 Undocumented 4 Potential Site :: Potential Site 48 150 Folsom St 2 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 0ft Permit Number 778623 6015175.4889 2115602.3039 37.789893156498 -122.3913407103 (37.789893156498, -122.3913407103) 6 2 9 28855 6
165356 120657 DPW Maintained 1 Potential Site :: Potential Site 48 160 Folsom St 3 Sidewalk: Curb side : Cutout Tree Private 2     12 3x3 Permit Number 778623 6015078.8336 2115510.7898 37.7896365150846 -122.39166873056 (37.7896365150846, -122.39166873056) 6 2 9 28855 6
4221 160246 Private 9 Potential Site :: Potential Site 48 962 Edinburgh St 1 Front Yard : Cutout Tree Private 2 DPW 02/20/2020 12:00:00 AM 3 3x3 Permit Number 779047 6001480.24176 2088600.7563 37.7149837880375 -122.436791243222 (37.7149837880375, -122.436791243222) 9 7 6 28861 5
10464 155454 DPW Maintained 1 Potential Site :: Potential Site 48 19 Wawona St 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 3ft Permit Number 787674 5993257.21896 2098988.14634 37.7430342344373 -122.465967594028 (37.7430342344373, -122.465967594028) 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)
);