4 rows where qSiteInfo = "Sidewalk: Property side : Yard" and qSpecies_id = 326

View and edit SQL

qSiteInfo

  • Sidewalk: Property side : Yard · 4
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)
55491 198720 DPW Maintained 1 Umbellularia californica :: California Bay 326 1800 Illinois St 2 Sidewalk: Property side : Yard Tree Private 2     9 Width 7ft   6016247.28658 2100667.2131 37.7489440726059 -122.386590499372 (37.7489440726059, -122.386590499372) 10 3 8 58 1
63577 242817 DPW Maintained 1 Umbellularia californica :: California Bay 326 1001 San Jose Ave 75 Sidewalk: Property side : Yard Tree Private 2     15 Width 8ft   6005376.58121 2097527.53797 37.7397154402194 -122.423958242285 (37.7397154402194, -122.423958242285) 2 7 5 28859 2
75182 242818 DPW Maintained 1 Umbellularia californica :: California Bay 326 1001 San Jose Ave 76 Sidewalk: Property side : Yard Tree Private 2     13 Width 8ft   6005391.8173 2097529.9468 37.7397229144901 -122.423905733564 (37.7397229144901, -122.423905733564) 2 7 5 28859 2
170012 137083 DPW Maintained 1 Umbellularia californica :: California Bay 326 3699 Webster St 4 Sidewalk: Property side : Yard Tree Private 2     8 Width 2ft   6002550.0727 2121200.59628 37.8045558214586 -122.435424089363 (37.8045558214586, -122.435424089363) 13 9 1 57 17

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