4 rows where qSpecies_id = 277

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)
4537 96174 Permitted Site 7 Malus sylvestris :: Apple 277     Unaccepted Street : Cutout Tree Private 2   04/04/2011 12:00:00 AM   3x3 Permit Number 767807                    
6730 96175 Permitted Site 7 Malus sylvestris :: Apple 277     Unaccepted Street : Cutout Tree Private 2   04/04/2011 12:00:00 AM   3x3 Permit Number 767808                    
98416 101656 DPW Maintained 1 Malus sylvestris :: Apple 277 200X Vasquez Ave 3 Median : Cutout Tree DPW 1     6 8   5994672.47713 2099264.801 37.7438754024487 -122.461094099214 (37.7438754024487, -122.461094099214) 1 8 4 59 40
119355 199863 DPW Maintained 1 Malus sylvestris :: Apple 277 1543 Jennings St 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 0ft   6016395.4678 2093894.6226 37.7303561147989 -122.385606142617 (37.7303561147989, -122.385606142617) 10 3 8 58 1

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