3 rows where Zip Codes = 28862 and qSpecies_id = 23 sorted by PermitNotes

View and edit SQL

Zip Codes

  • 28862 · 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)
160578 80010 Permitted Site 7 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 3950 20th St 1 Sidewalk: Curb side : Cutout Tree Private 2   10/08/2008 12:00:00 AM   3x3 Permit Number 51814 6004002.74937411 2104248.34794958 37.7580915619441 -122.429187463 (37.7580915619441, -122.429187463) 2 4 5 28862 3
109847 115775 Permitted Site 7 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 824 Elizabeth St 1 Sidewalk: Curb side : Cutout Tree Private 2   02/24/2016 12:00:00 AM 3   Permit Number 771958 6001081.7 2102051.9 37.7518948539244 -122.439132261528 (37.7518948539244, -122.439132261528) 2 4 5 28862 22
11710 233669 DPW Maintained 1 Olea europaea 'Majestic Beauty' :: Majestic Beauty Fruitless Olive 23 921 Castro St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/05/2020 12:00:00 AM 3 Width 3ft Permit Number 787823 6002504.70689 2102852.60591 37.7541742706305 -122.434268547753 (37.7541742706305, -122.434268547753) 2 4 5 28862 22

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