5 rows where Zip Codes = 308 and qSpecies_id = 98

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)
4869 102616 Undocumented 4 Ulmus spp :: Elm Spp 98 2000X Stockton St 1 Sidewalk: Curb side : Cutout Tree Private 2     24 3x3   6009928.4 2120915.8 37.8041901109125 -122.409870477339 (37.8041901109125, -122.409870477339) 3 1 10 308 23
63862 102614 Undocumented 4 Ulmus spp :: Elm Spp 98 394 Chestnut St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009930 2120930 37.8042291902539 -122.40986594338 (37.8042291902539, -122.40986594338) 3 1 10 308 23
142281 52687 DPW Maintained 1 Ulmus spp :: Elm Spp 98 1616@ BROADWAY Taylor St 2 Sidewalk: Curb side : Cutout Tree Private 2   03/30/2006 12:00:00 AM 4   Permit Number 48757 6008814.72629 2118460.06333 37.7973847929389 -122.413550652656 (37.7973847929389, -122.413550652656) 3 1 10 308 21
169112 52686 DPW Maintained 1 Ulmus spp :: Elm Spp 98 1616@ BROADWAY Taylor St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 03/30/2006 12:00:00 AM 4   Permit Number 48757 6008816.33221 2118445.30792 37.7973443684023 -122.41354405161 (37.7973443684023, -122.41354405161) 3 1 10 308 21
189477 102617 Undocumented 4 Ulmus spp :: Elm Spp 98 2000X Stockton St 2 Sidewalk: Curb side : Cutout Tree Private 2     24 3x3   6009928.4 2120915.8 37.8041901109125 -122.409870477339 (37.8041901109125, -122.409870477339) 3 1 10 308 23

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