2 rows where Neighborhoods (old) = 31 and qSpecies_id = 143

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)
6311 73741 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 3481 Washington St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF   4   Permit Number 49483 5998156.63107 2115814.91133 37.7895176864479 -122.450239482971 (37.7895176864479, -122.450239482971) 13 6 1 54 31
90365 72314 DPW Maintained 1 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 143 3481 Washington St 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/09/2007 12:00:00 AM 5   Permit Number 49483 5998140.19653 2115811.99293 37.789508732779 -122.450296133986 (37.789508732779, -122.450296133986) 13 6 1 54 31

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