2 rows where qSiteInfo = "Sidewalk: Property side : Cutout" and qSpecies_id = 65 sorted by PlantType

View and edit SQL

qSiteInfo

  • Sidewalk: Property side : Cutout · 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)
5467 261155 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2119 41st Ave 1 Sidewalk: Property side : Cutout Tree Private 2 FUF     3x3   5983519 2100707 37.7471871347586 -122.499766192027 (37.7471871347586, -122.499766192027) 1 8 3 29491 35
11799 261147 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 3220x Santiago St 1 Sidewalk: Property side : Cutout Tree Private 2 DPW     3x3   5982825 2099474 37.7437609086011 -122.502074725774 (37.7437609086011, -122.502074725774) 1 8 3 29491 35

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