3 rows where PlotSize = "Width 5ft" and qSpecies_id = 119

View and edit SQL

PlotSize

  • Width 5ft · 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)
96190 176280 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 600 Blanken Ave 2 Sidewalk: Property side : Yard Tree Private 2     5 Width 5ft   6013180.81524 2086857.67381 37.7108556687339 -122.396226720696 (37.7108556687339, -122.396226720696) 10 3 8 309 1
149150 126567 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 2843 Larkin St 4 Sidewalk: Property side : Yard Tree Private 2     3 Width 5ft   6006455.58011 2121070.56705 37.8044198232789 -122.42189945399 (37.8044198232789, -122.42189945399) 5 9 1 28858 32
156568 176281 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 600 Blanken Ave 3 Sidewalk: Property side : Yard Tree Private 2     3 Width 5ft   6013188.37125 2086854.32403 37.7108468913331 -122.396200370571 (37.7108468913331, -122.396200370571) 10 3 8 309 1

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