8 rows where PlotSize = "Width 6ft" and qSpecies_id = 202 sorted by PermitNotes

View and edit SQL

PlotSize

  • Width 6ft · 8
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)
15374 125563 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 627 Marina Blvd 4 Sidewalk: Property side : Yard Tree Private 2     2 Width 6ft   5999907.90369 2121547.81116 37.8053587703434 -122.44459250045 (37.8053587703434, -122.44459250045) 13 9 1 57 17
15744 125562 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 627 Marina Blvd 3 Sidewalk: Property side : Yard Tree Private 2     1 Width 6ft   5999907.00069 2121550.96509 37.8053673786573 -122.444595852214 (37.8053673786573, -122.444595852214) 13 9 1 57 17
37514 175226 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 1150 Munich St 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 6ft   6001420.49828 2087082.59126 37.7108118474628 -122.43688912274 (37.7108118474628, -122.43688912274) 9 7 6 28861 5
115799 125561 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 627 Marina Blvd 2 Sidewalk: Property side : Yard Tree Private 2     2 Width 6ft   5999906.36456 2121555.3188 37.8053792964712 -122.444598366729 (37.8053792964712, -122.444598366729) 13 9 1 57 17
137188 123227 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 790 09th Ave 2 Sidewalk: Curb side : Cutout Tree Private 2     1 Width 6ft   5993222.74872 2110119.7569 37.7735967518389 -122.466895847723 (37.7735967518389, -122.466895847723) 11 6 2 54 11
167492 123228 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 790 09th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 6ft   5993224.04217 2110104.87798 37.7735559729611 -122.466890291652 (37.7735559729611, -122.466890291652) 11 6 2 54 11
186582 175227 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 225 Naylor St 2 Sidewalk: Curb side : Yard Tree Private 2     3 Width 6ft   6002635.08266 2086756.92621 37.709986599863 -122.432667995542 (37.709986599863, -122.432667995542) 9 7 6 28861 5
187038 203596 DPW Maintained 1 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 202 431 Gennessee St 1 Sidewalk: Property side : Yard Tree Private 2     1 Width 6ft   5997432.94788 2094904.04016 37.7320602742514 -122.451234652068 (37.7320602742514, -122.451234652068) 9 7 4 59 40

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