5 rows where PlotSize = "Width 8ft" and qSpecies_id = 6

View and edit SQL

PlotSize

  • Width 8ft · 5
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)
13391 119240 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 50 Sutro Heights Ave 1 Sidewalk: Property side : Yard Tree Private 2     1 Width 8ft   5981455.34518 2111336.83463 37.776252294734 -122.507690683983 (37.776252294734, -122.507690683983) 11 6 2 55 26
83413 119242 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 50 Sutro Heights Ave 3 Sidewalk: Property side : Yard Tree Private 2     1 Width 8ft   5981417.66127 2111333.86508 37.7762419210818 -122.507820820241 (37.7762419210818, -122.507820820241) 11 6 2 55 26
104812 117687 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 50 Point Lobos Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 8ft   5982599.26265 2112595.13886 37.7797745547632 -122.503826840405 (37.7797745547632, -122.503826840405) 11 6 2 55 26
154132 119243 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 50 Sutro Heights Ave 4 Sidewalk: Property side : Yard Tree Private 2     1 Width 8ft   5981398.37029 2111333.42566 37.7762395779827 -122.507887519226 (37.7762395779827, -122.507887519226) 11 6 2 55 26
184601 119241 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 50 Sutro Heights Ave 2 Sidewalk: Property side : Yard Tree Private 2     1 Width 8ft   5981435.03386 2111334.77238 37.776245435782 -122.5077607921 (37.776245435782, -122.5077607921) 11 6 2 55 26

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