10 rows where qSiteInfo = "Sidewalk: Curb side : Yard" and qSpecies_id = 32 sorted by Supervisor Districts

View and edit SQL

qSiteInfo

  • Sidewalk: Curb side : Yard · 10
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)
53615 233359 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 93 Webster St 1 Sidewalk: Curb side : Yard Tree Private 2     1 Width 4ft   6004257.74689 2109007.55308 37.7711736292001 -122.428644822623 (37.7711736292001, -122.428644822623) 7 9 11 29492 10
126321 118491 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 8245 Geary Blvd 10 Sidewalk: Curb side : Yard Tree Private 2     2     5981413.14873 2112317.48344 37.7789423808296 -122.507909444403 (37.7789423808296, -122.507909444403) 11 6 2 55 26
2706 211314 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 1950 08th Ave 3 Sidewalk: Curb side : Yard Tree Private 2     1 Width 3ft   5993864.84081 2102208.58731 37.7519117832189 -122.464100354143 (37.7519117832189, -122.464100354143) 1 8 4 29491 12
16610 211317 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 45 Linares Ave 1 Sidewalk: Curb side : Yard Tree Private 2     1 Width 3ft   5993928.12229 2102221.55917 37.7519510476114 -122.463882461023 (37.7519510476114, -122.463882461023) 1 8 4 29491 12
25550 211315 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 1950 08th Ave 1 Sidewalk: Curb side : Yard Tree Private 2     1 Width 3ft   5993849.45223 2102159.58974 37.7517763614982 -122.464150012924 (37.7517763614982, -122.464150012924) 1 8 4 29491 12
98544 211316 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 45 Linares Ave 3 Sidewalk: Curb side : Yard Tree Private 2     1 Width 3ft   5993952.85587 2102199.15235 37.7518909495221 -122.463795303226 (37.7518909495221, -122.463795303226) 1 8 4 29491 40
42988 233501 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 6 Park Hill Ave 5 Sidewalk: Curb side : Yard Tree Private 2     1 Width 3ft   6001141.15752 2107828.11381 37.7677583098187 -122.439340644067 (37.7677583098187, -122.439340644067) 15 5 5 29492 3
138417 233502 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 6 Park Hill Ave 7 Sidewalk: Curb side : Yard Tree Private 2     1 Width 3ft   6001148.61748 2107774.29044 37.7676109487195 -122.439310982617 (37.7676109487195, -122.439310982617) 15 5 5 29492 3
22785 233411 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 2709 Harrison St 1 Sidewalk: Curb side : Yard Tree Private 2     2 Width 8ft   6008945.30625 2102700.68655 37.754120591896 -122.411984548072 (37.754120591896, -122.411984548072) 2 4 7 28859 19
83677 178356 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 700 Olmstead St 1 Sidewalk: Curb side : Yard Tree Private 2     4 Width 3ft   6009662.10656 2090649.30438 37.7210702863525 -122.408655555513 (37.7210702863525, -122.408655555513) 9 3 7 309 28

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