4 rows where Neighborhoods (old) = 31 and qSpecies_id = 129

View and edit SQL

Neighborhoods (old)

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)
90934 105853 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 3440 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2   03/05/2014 12:00:00 AM 2 3x3 Permit Number 771130 5998386.8139 2115235.64255 37.7879403376223 -122.449401324733 (37.7879403376223, -122.449401324733) 13 6 1 54 31
97766 38892 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 84 Palm Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/23/2014 12:00:00 AM 3   Permit Number 773793 5995918.72229 2113930.22791 37.7842145286919 -122.457845919528 (37.7842145286919, -122.457845919528) 11 6 1 54 31
130432 3218 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 3838 California St 4 Sidewalk: Curb side : Cutout Tree DPW 1   03/18/1994 12:00:00 AM 2 3X3   5995981.80653 2114566.54912 37.785965320402 -122.457673729525 (37.785965320402, -122.457673729525) 11 6 1 54 31
154752 135631 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 3450 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   5998366.80455 2115231.89384 37.7879289000462 -122.449470282934 (37.7879289000462, -122.449470282934) 13 6 1 54 31

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