5 rows where Neighborhoods (old) = 9 and qSpecies_id = 224

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)
37117 117330 Permitted Site 7 Magnolia spp :: Magnolia 224 1144 Cole St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/07/2016 12:00:00 AM 3   Permit Number 778490 5998226.1 2106298.1 37.7633909587408 -122.449313182994 (37.7633909587408, -122.449313182994) 15 5 11 29492 9
44997 62672 Permitted Site 7 Magnolia spp :: Magnolia 224 48 Pierce St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/28/1986 12:00:00 AM 3   Permit Number 23004 6002888.71912125 2108707.39458203 37.7702718941008 -122.433358884898 (37.7702718941008, -122.433358884898) 15 5 5 29492 9
134459 245120 DPW Maintained 1 Magnolia spp :: Magnolia 224 129 Baker St 2 Sidewalk: Curb side : Yard Tree Private 2     4 Width 0ft   6000774.8471 2109422.9959 37.7721166047697 -122.44072207891 (37.7721166047697, -122.44072207891) 15 5 11 29492 9
136425 245119 DPW Maintained 1 Magnolia spp :: Magnolia 224 129 Baker St 1 Sidewalk: Curb side : Yard Tree Private 2     14 Width 0ft   6000771.8557 2109441.6092 37.7721675418639 -122.44073376176 (37.7721675418639, -122.44073376176) 15 5 11 29492 9
139210 81687 DPW Maintained 1 Magnolia spp :: Magnolia 224 210 Frederick St 1 Sidewalk: Curb side : Cutout Tree Private 2   04/10/2017 12:00:00 AM 3   Permit Number 777040 5999000.68344445 2107685.40393875 37.7672444226119 -122.446733986311 (37.7672444226119, -122.446733986311) 15 5 11 29492 9

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