11 rows where qSiteInfo = "Sidewalk: Property side : Cutout" and qSpecies_id = 95 sorted by qSpecies_id

View and edit SQL

qSiteInfo

  • Sidewalk: Property side : Cutout · 11

qCareAssistant

  • - 11
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)
2120 262362 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 160 Central Ave 2 Sidewalk: Property side : Cutout Tree Private 2       Width 0ft   5999920 2109126 37.7712524099727 -122.443657715912 (37.7712524099727, -122.443657715912) 15 5 11 29492 9
35142 102666 Undocumented 4 Pittosporum crassifolium :: Karo Tree 95 3399X Wawona St 7 Sidewalk: Property side : Cutout Tree Private 2       3x3   5982463.4 2096719.2 37.7361757338901 -122.503121118731 (37.7361757338901, -122.503121118731) 1 8 3 29491 35
45334 101849 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 1001X Rhode Island St 2 Sidewalk: Property side : Cutout Tree Private 2     8 3x3   6011941.50663 2103634.1121 37.7568512205105 -122.401688497731 (37.7568512205105, -122.401688497731) 10 3 8 28856 29
70170 102663 Undocumented 4 Pittosporum crassifolium :: Karo Tree 95 3399X Wawona St 4 Sidewalk: Property side : Cutout Tree Private 2       3x3   5982463.4 2096719.2 37.7361757338901 -122.503121118731 (37.7361757338901, -122.503121118731) 1 8 3 29491 35
137333 102662 Undocumented 4 Pittosporum crassifolium :: Karo Tree 95 3399X Wawona St 3 Sidewalk: Property side : Cutout Tree Private 2       3x3   5982463.4 2096719.2 37.7361757338901 -122.503121118731 (37.7361757338901, -122.503121118731) 1 8 3 29491 35
149139 253275 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 998 Douglass St 1 Sidewalk: Property side : Cutout Tree Private 2   08/14/2017 12:00:00 AM 3 3x3   6001226 2100921 37.7487978830785 -122.438552231639 (37.7487978830785, -122.438552231639) 2 4 5 28862 22
158204 102664 Undocumented 4 Pittosporum crassifolium :: Karo Tree 95 3399X Wawona St 5 Sidewalk: Property side : Cutout Tree Private 2       3x3   5982463.4 2096719.2 37.7361757338901 -122.503121118731 (37.7361757338901, -122.503121118731) 1 8 3 29491 35
174521 258525 Significant Tree 6 Pittosporum crassifolium :: Karo Tree 95 50 Hermann St 1 Sidewalk: Property side : Cutout Tree Private 2           6005031 2108842 37.7707627914543 -122.425958322168 (37.7707627914543, -122.425958322168) 7 9 5 28852 10
178921 102660 Undocumented 4 Pittosporum crassifolium :: Karo Tree 95 3399X Wawona St 1 Sidewalk: Property side : Cutout Tree Private 2       3x3   5982463.4 2096719.2 37.7361757338901 -122.503121118731 (37.7361757338901, -122.503121118731) 1 8 3 29491 35
191350 102665 Undocumented 4 Pittosporum crassifolium :: Karo Tree 95 3399X Wawona St 6 Sidewalk: Property side : Cutout Tree Private 2       3x3   5982463.4 2096719.2 37.7361757338901 -122.503121118731 (37.7361757338901, -122.503121118731) 1 8 3 29491 35
193069 253276 DPW Maintained 1 Pittosporum crassifolium :: Karo Tree 95 998 Douglass St 2 Sidewalk: Property side : Cutout Tree Private 2   08/14/2017 12:00:00 AM 3 3x3   6001226 2100921 37.7487978830785 -122.438552231639 (37.7487978830785, -122.438552231639) 2 4 5 28862 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)
);