2 rows where PlotSize = "Width 3ft", Supervisor Districts = 6 and qSpecies_id = 5 sorted by qSiteInfo

View and edit SQL

Supervisor Districts

PlotSize

  • Width 3ft · 2
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)
41676 175842 DPW Maintained 1 Ceratonia siliqua :: Carob 5 234 Vienna St 1 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   6004274.97667 2092050.61974 37.724614796925 -122.427377064513 (37.724614796925, -122.427377064513) 9 7 6 28861 5
166205 175843 DPW Maintained 1 Ceratonia siliqua :: Carob 5 154 Vienna St 1 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 3ft   6004555.98826 2092507.33419 37.7258847232758 -122.426438147115 (37.7258847232758, -122.426438147115) 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)
);