4 rows where Police Districts = 7 and qSpecies_id = 79

View and edit SQL

Police 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)
9765 222852 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 649 Anderson St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 3ft   6007802.40089 2095893.19782 37.7353645561353 -122.415455091188 (37.7353645561353, -122.415455091188) 2 7 7 28859 2
97193 222772 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 536 Anderson St 1 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 3ft   6007815.82632 2096357.10873 37.7366391086093 -122.415441506922 (37.7366391086093, -122.415441506922) 2 7 7 28859 2
145305 175824 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 513 Vienna St 1 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 2ft   6003279.46186 2090380.81794 37.7199735379163 -122.430699328333 (37.7199735379163, -122.430699328333) 9 7 6 28861 5
191083 222851 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 586 Duncan St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6002830.3384 2099791.36235 37.7457872948532 -122.43292374744 (37.7457872948532, -122.43292374744) 2 7 5 63 22

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