5 rows where Police Districts = 3 and qSpecies_id = 105

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)
8589 111310 Undocumented 4 Acacia spp :: Acacia Spp 105 99x GILROY ST 1 Unaccepted Street : Yard Tree Private 2       30x30   6015277 2088666 37.7159373992527 -122.389107938034 (37.7159373992527, -122.389107938034) 10 3 8 58 1
73180 111309 Undocumented 4 Acacia spp :: Acacia Spp 105 100x GILROY ST 1 Unaccepted Street : Yard Tree Private 2       30x30   6015178 2088529 37.7155557353625 -122.389440569451 (37.7155557353625, -122.389440569451) 10 3 8 58 1
86119 111312 Undocumented 4 Acacia spp :: Acacia Spp 105 99x GILROY ST 3 Unaccepted Street : Yard Tree Private 2       30x30   6015277 2088666 37.7159373992527 -122.389107938034 (37.7159373992527, -122.389107938034) 10 3 8 58 1
89537 111311 Undocumented 4 Acacia spp :: Acacia Spp 105 99x GILROY ST 2 Unaccepted Street : Yard Tree Private 2       30x30   6015277 2088666 37.7159373992527 -122.389107938034 (37.7159373992527, -122.389107938034) 10 3 8 58 1
94648 107166 DPW Maintained 1 Acacia spp :: Acacia Spp 105 59X PROGRESS ST 1 Front Yard : Yard Tree DPW 1     12     6016967 2095036 37.7335217182981 -122.383709692997 (37.7335217182981, -122.383709692997) 10 3 8 58 1

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