3 rows where Neighborhoods (old) = 5 and qSpecies_id = 91

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)
17752 70594 DPW Maintained 1 Schinus molle :: California Pepper 91 342 Athens St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF   16     6004127.79616 2091299.57805 37.7225442769693 -122.427832358882 (37.7225442769693, -122.427832358882) 9 7 6 28861 5
86523 179423 DPW Maintained 1 Schinus molle :: California Pepper 91 103 Vienna St 1 Sidewalk: Property side : Yard Tree Private 2     18     6004767.82112 2092745.17359 37.7265497503523 -122.425722776001 (37.7265497503523, -122.425722776001) 9 7 6 28861 5
112273 179424 DPW Maintained 1 Schinus molle :: California Pepper 91 367 Madison St 1 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 2ft   6005868 2092014 37.7246042151677 -122.421867578972 (37.7246042151677, -122.421867578972) 9 7 7 309 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)
);