6 rows where Police Districts = 6, qLegalStatus_id = 7 and qSpecies_id = 65

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)
72547 102082 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 577 04th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/09/2009 12:00:00 AM   3x3 Permit Number 52510 5994678.1 2111611.2 37.7777757479831 -122.461969778855 (37.7777757479831, -122.461969778855) 11 6 2 54 11
83852 67386 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 725 14th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/28/1992 12:00:00 AM     Permit Number 30883 5991613.49950521 2110478.88524866 37.7744898098292 -122.47248861667 (37.7744898098292, -122.47248861667) 11 6 2 54 26
84903 67260 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 596 39th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/08/1992 12:00:00 AM     Permit Number 30727 5983830.17257963 2111769.87555254 37.7775809215722 -122.499507644306 (37.7775809215722, -122.499507644306) 11 6 2 55 26
149788 105062 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 530 07th Ave   Sidewalk: Curb side : Cutout Tree Private 2       3x3 Permit Number 771082 5993803.2 2111872 37.7784414265163 -122.465015282122 (37.7784414265163, -122.465015282122) 11 6 2 54 11
173139 98032 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 132 Clement St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5995145 2113574 37.783191941507 -122.460496884135 (37.783191941507, -122.460496884135) 11 6 2 54 11
188964 96074 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 439 39th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/28/2011 12:00:00 AM   3x3 Permit Number 767700 5983724.3 2112865.2 37.7805821513852 -122.499954873055 (37.7805821513852, -122.499954873055) 11 6 2 55 26

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