8 rows where qSiteInfo = "Side Yard : Yard" and qSpecies_id = 86

View and edit SQL

qSiteInfo

  • Side Yard : Yard · 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)
5600 241053 DPW Maintained 1 Taxus baccata :: Irish Yew 86 201 Coso Ave 3 Side Yard : Yard Tree Private 2     11 Width 5ft   6007672.87316 2099533.13544 37.7453517387841 -122.416160625529 (37.7453517387841, -122.416160625529) 2 7 7 28859 2
40704 136716 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1599 North Point St 14 Side Yard : Yard Tree Private 2     15 Width 7ft   6003215.33658 2120983.87446 37.8039985196804 -122.43310638985 (37.8039985196804, -122.43310638985) 13 9 1 57 17
54469 136659 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1599 North Point St 11 Side Yard : Yard Tree Private 2     13 Width 7ft   6003202.74777 2120982.34817 37.8039936147875 -122.433149845112 (37.8039936147875, -122.433149845112) 13 9 1 57 17
72527 120265 DPW Maintained 1 Taxus baccata :: Irish Yew 86 100 24th Ave 3 Side Yard : Yard Tree Private 2     20     5988361.48129 2115164.47421 37.7871663527314 -122.484081512932 (37.7871663527314, -122.484081512932) 11 6 1 55 33
85899 136715 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1599 North Point St 9 Side Yard : Yard Tree Private 2     9 Width 7ft   6003190.85748 2120979.91426 37.803986257417 -122.433190818205 (37.803986257417, -122.433190818205) 13 9 1 57 17
93918 136660 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1599 North Point St 17 Side Yard : Yard Tree Private 2     14 Width 7ft   6003228.45993 2120985.21121 37.8040029344509 -122.433061071222 (37.8040029344509, -122.433061071222) 13 9 1 57 17
111535 136714 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1599 North Point St 3 Side Yard : Yard Tree Private 2     18 Width 7ft   6003161.03368 2120976.61805 37.8039755150326 -122.433293789677 (37.8039755150326, -122.433293789677) 13 9 1 57 17
134209 136658 DPW Maintained 1 Taxus baccata :: Irish Yew 86 1599 North Point St 6 Side Yard : Yard Tree Private 2     15 Width 7ft   6003175.48548 2120978.26665 37.8039808614944 -122.433243896185 (37.8039808614944, -122.433243896185) 13 9 1 57 17

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