7 rows where qSiteInfo = "Sidewalk: Curb side : Pot" and qSpecies_id = 63 sorted by Supervisor Districts

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : Pot · 7
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)
48354 211060 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 2088 15th Ave 6 Sidewalk: Curb side : Pot Tree Private 2     12 Width 6ft   5991645.7062 2101259.684 37.7491781931242 -122.471705217417 (37.7491781931242, -122.471705217417) 1 8 4 29491 12
60775 211062 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 2088 15th Ave 8 Sidewalk: Curb side : Pot Tree Private 2     33 Width 6ft   5991653.15073 2101238.7756 37.7491212147934 -122.47167795089 (37.7491212147934, -122.47167795089) 1 8 4 29491 12
74337 211057 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 447 Lawton St 2 Sidewalk: Curb side : Pot Tree Private 2     9 Width 3ft   5992810.26786 2104540.37946 37.7582534434534 -122.467916772063 (37.7582534434534, -122.467916772063) 1 8 4 56 12
98798 211059 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 2088 15th Ave 5 Sidewalk: Curb side : Pot Tree Private 2     16 Width 6ft   5991648.13538 2101268.04551 37.74920129221 -122.471697426622 (37.74920129221, -122.471697426622) 1 8 4 29491 12
99356 211061 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 2088 15th Ave 7 Sidewalk: Curb side : Pot Tree Private 2     9 Width 6ft   5991650.04455 2101251.74063 37.7491566336932 -122.47168963669 (37.7491566336932, -122.47168963669) 1 8 4 29491 12
179563 211058 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 447 Lawton St 3 Sidewalk: Curb side : Pot Tree Private 2     15 Width 3ft   5992805.57319 2104540.3462 37.7582530810297 -122.467933005722 (37.7582530810297, -122.467933005722) 1 8 4 56 12
149206 234518 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 1481 Noe St 2 Sidewalk: Curb side : Pot Tree Private 2     5 Width 4ft   6003337.48877 2099628.14838 37.7453678996008 -122.431158447529 (37.7453678996008, -122.431158447529) 2 7 5 63 22

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