9 rows where Fire Prevention Districts = 15, Police Districts = 6 and qSpecies_id = 65 sorted by PlantType

View and edit SQL

Police Districts

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)
97742 141702 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 154 BEAUMONT AVE 2 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 0ft   5996846.4318 2111948.6051 37.7788267693983 -122.454493192496 (37.7788267693983, -122.454493192496) 15 6 2 54 16
100013 112856 Undocumented 4 Agonis flexuosa :: Peppermint Willow 65 1700x BAKER ST 2 Sidewalk: Curb side : Cutout Tree Private 2     15 3x3   6000040 2114920 37.7871680933118 -122.443658934554 (37.7871680933118, -122.443658934554) 15 6 1 29490 31
101270 125542 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 65 Heather Ave 2 Sidewalk: Property side : Yard Tree Private 2     4 Width 3ft   5997338.84626 2114106.78779 37.78478079984 -122.452945569076 (37.78478079984, -122.452945569076) 15 6 1 54 31
124927 114086 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 20 Cook St 7 Sidewalk: Curb side : Cutout Tree Private 2 FUF   12     5997489.0948 2113600.1035 37.783398187645 -122.452389185424 (37.783398187645, -122.452389185424) 15 6 1 54 31
163162 141448 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 194 Beaumont Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 0ft   5996892.1188 2111627.1044 37.7779466329687 -122.454311915058 (37.7779466329687, -122.454311915058) 15 6 2 54 16
165916 125541 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 65 Heather Ave 1 Sidewalk: Curb side : Pot Tree Private 2     4     5997339.5515 2114115.46943 37.7848046777406 -122.452943756065 (37.7848046777406, -122.452943756065) 15 6 1 54 31
172187 114784 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1350 Baker St 1 Sidewalk: Curb side : Cutout Tree Private 2   12/09/2015 12:00:00 AM     Permit Number 773262 6000262.8 2113654.9 37.7837071608561 -122.442797219915 (37.7837071608561, -122.442797219915) 15 6 1 29490 13
180027 114084 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 20 Cook St 5 Sidewalk: Curb side : Cutout Tree Private 2 FUF   17     5997493.8327 2113562.2002 37.7832943866098 -122.452370058209 (37.7832943866098, -122.452370058209) 15 6 1 54 31
193468 114082 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 20 Cook St 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF   16     5997500.7704 2113521.7588 37.7831837426404 -122.452343137457 (37.7831837426404, -122.452343137457) 15 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)
);