4 rows where qSpecies_id = 359

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)
14958 46361 Permitted Site 7 Populus canadensis :: Canadian Poplar 359 160 Harrison St 1 Sidewalk: Curb side : Cutout Tree Private 2   02/27/2002 12:00:00 AM     Permit Number 44599 6015543.16497343 2115073.84916298 37.7884625396437 -122.390031641839 (37.7884625396437, -122.390031641839) 6 2 9 28855 6
132550 52841 Permitted Site 7 Populus canadensis :: Canadian Poplar 359 2600@ PIERCE Pacific Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/22/2006 12:00:00 AM     Permit Number 48859 6001694.15234168 2117006.51478628 37.7929913285029 -122.438085457515 (37.7929913285029, -122.438085457515) 13 6 1 29490 27
164934 48732 Permitted Site 7 Populus canadensis :: Canadian Poplar 359 1840 Scott St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/24/2002 12:00:00 AM     Permit Number 46012 6001561.51478574 2114750.36064197 37.7867889680887 -122.438382676367 (37.7867889680887, -122.438382676367) 13 6 11 29490 27
189879 50176 Permitted Site 7 Populus canadensis :: Canadian Poplar 359 1400 Portola Dr 1 Sidewalk: Curb side : Cutout Tree Private 2   08/15/2003 12:00:00 AM     Permit Number 46885 5993138.94338431 2097622.37512786 37.7392773470465 -122.46627731988 (37.7392773470465, -122.46627731988) 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)
);