5 rows where Supervisor Districts = 6 and qSpecies_id = 54

View and edit SQL

Supervisor 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)
64439 15768 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 4770 Mission St 1 Sidewalk: Curb side : Cutout Tree DPW 1   06/29/2007 12:00:00 AM 15 3x3   6001444.506 2091085.1877 37.7218034493139 -122.437092531149 (37.7218034493139, -122.437092531149) 9 7 6 28861 25
109680 28299 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 100 Broad St 1 Sidewalk: Curb side : Cutout Tree Private 2     11 3X3   5995861.9776 2088092.909 37.7132684524741 -122.456173531067 (37.7132684524741, -122.456173531067) 9 8 6 28861 24
114700 217547 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 102 Broad St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   5995842.2441 2088093.8487 37.7132698999071 -122.456241804318 (37.7132698999071, -122.456241804318) 9 8 6 28861 24
194293 15750 DPW Maintained 1 Ficus retusa nitida :: Banyan Fig 54 4621 Mission St 1 Sidewalk: Curb side : Cutout Tree Private 2     6 4X4   6002067.6674 2091962.7327 37.7242483928285 -122.435001156163 (37.7242483928285, -122.435001156163) 9 7 6 28861 5
194296 187453 Permitted Site 7 Ficus retusa nitida :: Banyan Fig 54 4621 Mission St 2 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 0ft   6002078.4831 2091980.9842 37.724299121454 -122.434965072602 (37.724299121454, -122.434965072602) 9 7 6 28861 5

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