4 rows where Neighborhoods (old) = 16 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)
12570 75375 DPW Maintained 1 Magnolia spp :: Magnolia 224 242 Cole St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF   2     5997883.096 2109628.0405 37.77251450021 -122.450739621122 (37.77251450021, -122.450739621122) 15 5 11 29492 16
14980 75220 DPW Maintained 1 Magnolia spp :: Magnolia 224 246 Cole St 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF   1     5997870.8316 2109714.2746 37.772750574805 -122.450788263508 (37.772750574805, -122.450788263508) 15 5 11 29492 16
56846 140179 DPW Maintained 1 Magnolia spp :: Magnolia 224 246 COLE ST 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 0ft   5997872.7479 2109697.411 37.7727043813962 -122.450780418722 (37.7727043813962, -122.450780418722) 15 5 11 29492 16
68971 140178 DPW Maintained 1 Magnolia spp :: Magnolia 224 246 COLE ST 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 0ft   5997876.1972 2109680.9307 37.7726593281832 -122.450767298801 (37.7726593281832, -122.450767298801) 15 5 11 29492 16

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