4 rows where Supervisor Districts = 8 and qCaretaker_id = 3 sorted by PlotSize

View and edit SQL

Supervisor Districts

PlantType

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)
133848 27436 Permitted Site 7 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1690X Indiana St 1 Sidewalk: Curb side : Cutout Tree MTA 3     6 4X4   6015146.8447845 2100681.5042352 37.7489223309609 -122.390396861105 (37.7489223309609, -122.390396861105) 10 3 8 58 1
149165 27442 Permitted Site 7 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1690X Indiana St 7 Sidewalk: Curb side : Cutout Tree MTA 3     6 4X4   6015146.8447845 2100681.5042352 37.7489223309609 -122.390396861105 (37.7489223309609, -122.390396861105) 10 3 8 58 1
156193 27437 Permitted Site 7 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1690X Indiana St 2 Sidewalk: Curb side : Cutout Tree MTA 3     6 4X4   6015146.8447845 2100681.5042352 37.7489223309609 -122.390396861105 (37.7489223309609, -122.390396861105) 10 3 8 58 1
170321 27439 Permitted Site 7 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1690X Indiana St 4 Sidewalk: Curb side : Cutout Tree MTA 3     6 4X4   6015146.8447845 2100681.5042352 37.7489223309609 -122.390396861105 (37.7489223309609, -122.390396861105) 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)
);