2 rows where Neighborhoods (old) = 17, SiteOrder = 2 and qLegalStatus_id = 2

View and edit SQL

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)
4259 33111 Planning Code 138.1 required 2 Ginkgo biloba :: Maidenhair Tree 22 2626 Filbert St 2 Sidewalk: Curb side : Cutout Tree Private 2   07/02/2020 12:00:00 AM 3 4x4 Permit Number 769981 6000363.34088 2118561.77591 37.7971858916671 -122.442801853125 (37.7971858916671, -122.442801853125) 13 9 1 57 17
81974 256777 Planning Code 138.1 required 2 Olea europaea :: Olive Tree 9 2828 Webster St 2 Sidewalk: Curb side : Cutout Tree Private 2   12/13/2018 12:00:00 AM 3 3x3 Permit Number 777329 6003004.23187 2118313.15271 37.7966534371422 -122.433645942426 (37.7966534371422, -122.433645942426) 13 9 1 57 17

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