3 rows where qSiteInfo = "Sidewalk: Curb side : Cutout" and qSpecies_id = 326

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : Cutout · 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)
103904 187619 DPW Maintained 1 Umbellularia californica :: California Bay 326 27 Day St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6005553 2098709 37.7429694263933 -122.423432230366 (37.7429694263933, -122.423432230366) 2 7 5 28859 22
163082 187620 DPW Maintained 1 Umbellularia californica :: California Bay 326 33 Day St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6005528 2098708 37.7429652695588 -122.423518602522 (37.7429652695588, -122.423518602522) 2 7 5 28859 22
166443 242816 DPW Maintained 1 Umbellularia californica :: California Bay 326 2 Trainor St 3 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 3ft   6008308.46792 2108230.50138 37.7692684406077 -122.41457818386 (37.7692684406077, -122.41457818386) 8 4 7 28853 19

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