2 rows where Neighborhoods (old) = 5 and qSpecies_id = 54

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)
194293 15750 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 4621 Mission St 1 Sidewalk: Curb side : Cutout Tree Private 2     6 4X4   6002067.6674 2091962.7327 37.7242483928285 -122.435001156163 (37.7242483928285, -122.435001156163) 9 7 6 28861 5
194296 187453 Permitted Site 7 Ficus retusa nitida :: Banyan Fig 54 4621 Mission St 2 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 0ft   6002078.4831 2091980.9842 37.724299121454 -122.434965072602 (37.724299121454, -122.434965072602) 9 7 6 28861 5

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