6 rows where Zip Codes = 28862 and qSpecies_id = 202

View and edit SQL

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)
28532 221966 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 190 Storrie St 7 Front Yard : Yard Tree Private 2     2 Width 3ft   6000752.80061 2105288.06191 37.7607618468996 -122.440501720974 (37.7607618468996, -122.440501720974) 15 4 5 28862 3
53602 117377 Permitted Site 7 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 3783 22nd St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/08/2016 12:00:00 AM 3   Permit Number 775394 6003225.8 2102971.4 37.7545413531892 -122.43178331278 (37.7545413531892, -122.43178331278) 2 4 5 28862 22
73808 221963 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 4086 23rd St 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 3ft   6002569.41757 2102410.84038 37.7529649603686 -122.434013186153 (37.7529649603686, -122.434013186153) 2 4 5 28862 22
99800 221964 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 3783 22nd St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6003249.85667 2102987.38047 37.7545865954194 -122.431701259406 (37.7545865954194, -122.431701259406) 2 4 5 28862 22
133708 221965 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 4001 20th St 5 : Yard Tree Private 2     4 Width 3ft   6003646.65326 2104187.92713 37.7579054957544 -122.430414684807 (37.7579054957544, -122.430414684807) 2 4 5 28862 3
168492 221953 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 828 Alvarado St 3 Sidewalk: Property side : Yard Tree Private 2     1 Width 2ft   6000888.70768 2102618.36956 37.753439259225 -122.439840265136 (37.753439259225, -122.439840265136) 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)
);