17 rows where Police Districts = 9 and qLegalStatus_id = 9 sorted by TreeID

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)
192405 238576 Private 9 Prunus x yedoensis :: Yoshino Cherry 77 127 Buchanan St 3 Sidewalk: Curb side : Cutout Tree Private 2   05/02/2002 12:00:00 AM 3 Width 3ft Permit Number 782890 6004764 2108902 37.7709124438039 -122.42688615445 (37.7709124438039, -122.42688615445) 7 9 11 28852 10
18526 250107 Private 9 Tree(s) :: 17 1688 Pine St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6005911.45005 2115583.38163 37.7893226981327 -122.423392144226 (37.7893226981327, -122.423392144226) 13 9 1 28858 41
132854 25212 Private 9 Lophostemon confertus :: Brisbane Box 11 215X Fell St 3 Sidewalk: Curb side : Cutout Tree Private 2     6 3X3   6006420.22763 2110742.05634 37.7760583047566 -122.421287897592 (37.7760583047566, -122.421287897592) 7 9 11 28852 10
5914 254656 Private 9 :: 45 640 Larch St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6004524 2112776 37.781535924842 -122.427992425483 (37.781535924842, -122.427992425483) 7 9 11 29490 41
10772 264676 Private 9 Cassia leptophylla :: Gold Medallion Tree 152 668 Oak St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/10/2020 12:00:00 AM 3 3x3   6003797.75621 2110080.31484 37.7740931268852 -122.430312496695 (37.7740931268852, -122.430312496695) 7 9 11 29492 10

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