4 rows where Neighborhoods (old) = 10 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)
8126 28056 DPW Maintained 1 Magnolia spp :: Magnolia 224 33 Haight St 3 Sidewalk: Curb side : Cutout Tree DPW 1     8 4X4   6005944.78414 2109618.42708 37.7729462740038 -122.42285271058 (37.7729462740038, -122.42285271058) 7 9 11 28852 10
29831 85245 Permitted Site 7 Magnolia spp :: Magnolia 224 1307 Hayes St 1 Sidewalk: Curb side : Cutout Tree Private 2   07/20/2007 12:00:00 AM     Permit Number 49546 6001610 2110428 37.7749236198612 -122.437905219532 (37.7749236198612, -122.437905219532) 15 5 11 29492 10
86556 244383 DPW Maintained 1 Magnolia spp :: Magnolia 224 251 Oak St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 0ft   6005771.1844 2110310.2456 37.7748360439411 -122.423502407009 (37.7748360439411, -122.423502407009) 7 9 11 28852 10
152005 28057 DPW Maintained 1 Magnolia spp :: Magnolia 224 33 Haight St 4 Sidewalk: Curb side : Cutout Tree DPW 1     8 4X4   6005944.78414 2109618.42708 37.7729462740038 -122.42285271058 (37.7729462740038, -122.42285271058) 7 9 11 28852 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)
);