104 rows where Police Districts = 2 and qLegalStatus_id = 6 sorted by Longitude

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)
67412 107136 Significant Tree 6 Pittosporum undulatum :: Victorian Box 36 700X Stevenson St 1 Front Yard : Yard Tree Private 2   07/31/2014 12:00:00 AM     Permit Number 769156 6008444.34042 2111440.428 37.7780897748997 -122.414335356247 (37.7780897748997, -122.414335356247) 8 2 9 28853 34
109218 107137 Significant Tree 6 Pittosporum undulatum :: Victorian Box 36 700X Stevenson St 2 Front Yard : Yard Tree Private 2   07/31/2014 12:00:00 AM     Permit Number 769156 6008444.34042 2111440.428 37.7780897748997 -122.414335356247 (37.7780897748997, -122.414335356247) 8 2 9 28853 34
115063 107139 Significant Tree 6 Pittosporum undulatum :: Victorian Box 36 700X Stevenson St 4 Front Yard : Yard Tree Private 2   07/31/2014 12:00:00 AM     Permit Number 769156 6008444.34042 2111440.428 37.7780897748997 -122.414335356247 (37.7780897748997, -122.414335356247) 8 2 9 28853 34
175722 107138 Significant Tree 6 Pittosporum undulatum :: Victorian Box 36 700X Stevenson St 3 Front Yard : Yard Tree Private 2   07/31/2014 12:00:00 AM     Permit Number 769156 6008444.34042 2111440.428 37.7780897748997 -122.414335356247 (37.7780897748997, -122.414335356247) 8 2 9 28853 34

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