3 rows where Neighborhoods (old) = 19 and qSpecies_id = 173

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)
113087 112151 Undocumented 4 Casurina stricta :: Beefwood: Drooping She-Oak 173 299x SHOTWELL ST 1 Sidewalk: Curb side : Cutout Tree Rec/Park 5     10 3x3   6007772 2106483 37.7644400562771 -122.416310015149 (37.7644400562771, -122.416310015149) 8 4 7 28859 19
183148 112154 Undocumented 4 Casurina stricta :: Beefwood: Drooping She-Oak 173 299x SHOTWELL ST 4 Sidewalk: Curb side : Cutout Tree Rec/Park 5       3x3   6007772 2106483 37.7644400562771 -122.416310015149 (37.7644400562771, -122.416310015149) 8 4 7 28859 19
184860 112153 Undocumented 4 Casurina stricta :: Beefwood: Drooping She-Oak 173 299x SHOTWELL ST 3 Sidewalk: Curb side : Cutout Tree Rec/Park 5       3x3   6007772 2106483 37.7644400562771 -122.416310015149 (37.7644400562771, -122.416310015149) 8 4 7 28859 19

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