19 rows where Fire Prevention Districts = 2 and qSpecies_id = 98 sorted by qSiteInfo

View and edit SQL

Fire Prevention Districts

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)
171682 242797 DPW Maintained 1 Ulmus spp :: Elm Spp 98 3750 25th St 2 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 5ft   6005422.77896 2101397.5471 37.7503442109259 -122.4240736541 (37.7503442109259, -122.4240736541) 2 4 5 28859 19
180558 242801 DPW Maintained 1 Ulmus spp :: Elm Spp 98 3775 25th St 2 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 4ft   6005357.61324 2101353.89107 37.7502206620698 -122.424295897257 (37.7502206620698, -122.424295897257) 2 4 5 28859 19
79597 242799 DPW Maintained 1 Ulmus spp :: Elm Spp 98 3799 25th St 1 Sidewalk: Curb side : Yard Tree Private 2     20 Width 3ft   6005227.89709 2101349.02972 37.7501999884601 -122.424744118457 (37.7501999884601, -122.424744118457) 2 4 5 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)
);