3 rows where qSpecies_id = 388

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)
19900 44785 Permitted Site 7 Magnolia x foggii 'Jack Fogg' :: Jack Fogg Michelia 388 2617 19th St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/12/2001 12:00:00 AM     Permit Number 43881 6010076.56395717 2105007.94237061 37.7605192034119 -122.408235084144 (37.7605192034119, -122.408235084144) 2 4 8 28859 19
140552 45265 Permitted Site 7 Magnolia x foggii 'Jack Fogg' :: Jack Fogg Michelia 388 518 Banks St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/12/2001 12:00:00 AM     Permit Number 44111 6008531.90898366 2096401.49208651 37.7368011983538 -122.41296882917 (37.7368011983538, -122.41296882917) 10 7 7 28859 2
169127 47008 Permitted Site 7 Magnolia x foggii 'Jack Fogg' :: Jack Fogg Michelia 388 152 Fillmore St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 02/25/2002 12:00:00 AM     Permit Number 45006 6003832.178109 2108907.79685217 37.7708756291768 -122.430109763276 (37.7708756291768, -122.430109763276) 7 9 11 29492 10

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