2 rows where Neighborhoods (old) = 2 and qSpecies_id = 316

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)
7859 220108 DPW Maintained 1 Acacia cyclops :: Cyclops wattle 316 278 Moultrie St 1 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 2ft   6007735.49502 2097817.48934 37.7406444767514 -122.415822626123 (37.7406444767514, -122.415822626123) 2 7 7 28859 2
41183 220107 DPW Maintained 1 Acacia cyclops :: Cyclops wattle 316 250 Moultrie St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 2ft   6007745.97334 2097944.05799 37.740992595335 -122.41579535599 (37.740992595335, -122.41579535599) 2 7 7 28859 2

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