2 rows where PlotSize = "Width 8ft" and qSpecies_id = 326

View and edit SQL

PlotSize

  • Width 8ft · 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)
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

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