3 rows where qSiteInfo = "Median : Yard" and qSpecies_id = 98 sorted by Supervisor Districts

View and edit SQL

qSiteInfo

  • Median : Yard · 3
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)
86039 111416 Undocumented 4 Ulmus spp :: Elm Spp 98 200x SAN MARCOS AVE 1 Median : Yard Tree Private 2     24     5993395 2100395 37.7469050456608 -122.465593373526 (37.7469050456608, -122.465593373526) 1 8 4 29491 40
101277 111417 Undocumented 4 Ulmus spp :: Elm Spp 98 200x SAN MARCOS AVE 2 Median : Yard Tree Private 2     24     5993395 2100395 37.7469050456608 -122.465593373526 (37.7469050456608, -122.465593373526) 1 8 4 29491 40
141140 198696 DPW Maintained 1 Ulmus spp :: Elm Spp 98 900x Carolina St 5 Median : Yard Tree DPW 1     3     6012471.20589 2103666.47878 37.7569696369443 -122.399858862095 (37.7569696369443, -122.399858862095) 10 3 8 28856 29

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