4 rows where Fire Prevention Districts = 1, PlotSize = "4x4" and qLegalStatus_id = 5

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)
8961 260880 Section 806 (d) 5 Lophostemon confertus :: Brisbane Box 11 2395 29th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2   10/17/2019 12:00:00 AM 3 4x4   5987323.25257 2098992.99273 37.7427034297078 -122.486485729507 (37.7427034297078, -122.486485729507) 1 8 3 29491 35
11626 262262 Section 806 (d) 5 Tristaniopsis laurina :: Swamp Myrtle 1 1324 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   06/19/2020 12:00:00 AM 3 4x4 Permit Number 784290 5993653.14185 2106470.72632 37.763602309694 -122.465141974097 (37.763602309694, -122.465141974097) 1 8 11 56 12
14443 260878 Section 806 (d) 5 Lophostemon confertus :: Brisbane Box 11 2395 29th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   10/17/2019 12:00:00 AM 3 4x4   5987323.25257 2098992.99273 37.7427034297078 -122.486485729507 (37.7427034297078, -122.486485729507) 1 8 3 29491 35
18095 260879 Section 806 (d) 5 Lophostemon confertus :: Brisbane Box 11 2395 29th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   10/17/2019 12:00:00 AM 3 4x4   5987323.25257 2098992.99273 37.7427034297078 -122.486485729507 (37.7427034297078, -122.486485729507) 1 8 3 29491 35

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