13 rows where qSiteInfo = "Sidewalk: Property side : Yard" and qSpecies_id = 77

View and edit SQL

qSiteInfo

  • Sidewalk: Property side : Yard · 13
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)
33456 239029 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 26 Harry St 8 Sidewalk: Property side : Yard Tree Private 2     1 Width 8ft   6003326.30087 2097748.91757 37.7402073325128 -122.431063031234 (37.7402073325128, -122.431063031234) 2 7 5 63 7
35888 239027 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 26 Harry St 1 Sidewalk: Property side : Yard Tree Private 2     4     6003403.2403 2097795.09814 37.740338493218 -122.430800300593 (37.740338493218, -122.430800300593) 2 7 5 63 7
45234 202184 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 1900 Armstrong Ave 4 Sidewalk: Property side : Yard Tree Private 2     6     6013198.98425 2093399.22832 37.7288184790723 -122.396622193069 (37.7288184790723, -122.396622193069) 10 3 8 58 1
54637 238586 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 991 San Bruno Ave 1 Sidewalk: Property side : Yard Tree Private 2     2 Width 6ft   6011096.08107 2103736.70014 37.7570856908704 -122.404619530365 (37.7570856908704, -122.404619530365) 10 4 8 28859 19
60025 124684 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 3899 Jackson St 2 Sidewalk: Property side : Yard Tree Private 2     1 Width 8ft   5995566.4285 2115772.64492 37.7892530636592 -122.459198183151 (37.7892530636592, -122.459198183151) 11 6 1 54 31
63795 124683 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 3899 Jackson St 3 Sidewalk: Property side : Yard Tree Private 2     1 Width 8ft   5995553.12452 2115771.60073 37.7892494317403 -122.459244137371 (37.7892494317403, -122.459244137371) 11 6 1 54 31
67181 239028 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 26 Harry St 2 Sidewalk: Property side : Yard Tree Private 2     5     6003397.86036 2097787.1303 37.7403163105472 -122.430818333806 (37.7403163105472, -122.430818333806) 2 7 5 63 7
118474 136041 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 3399 Jackson St 1 Sidewalk: Property side : Yard Tree Private 2     8 Width 4ft   5998034.28644 2116116.08829 37.7903376361102 -122.450684503481 (37.7903376361102, -122.450684503481) 13 6 1 54 31
120545 202152 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 1951 Armstrong Ave 1 Sidewalk: Property side : Yard Tree Private 2     5 Width 7ft   6013046.17664 2093441.40359 37.7289257780866 -122.397153419018 (37.7289257780866, -122.397153419018) 10 3 8 58 1
127131 239002 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 2 Mirabel Ave 3 Sidewalk: Property side : Yard Tree Private 2     2     6007267.34733 2099764.86466 37.7459652050335 -122.417579291677 (37.7459652050335, -122.417579291677) 2 7 7 28859 2
158227 136042 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 3399 Jackson St 3 Sidewalk: Property side : Yard Tree Private 2     7 Width 4ft   5998049.07867 2116118.00061 37.7903437335326 -122.450633461567 (37.7903437335326, -122.450633461567) 13 6 1 54 31
160166 202259 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 1 Kalmanovitz St 51 Sidewalk: Property side : Yard Tree Private 2     9     6013218.01399 2093376.88816 37.7287581966316 -122.396554840154 (37.7287581966316, -122.396554840154) 10 3 8 58 1
174567 202188 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 1900 Armstrong Ave 8 Sidewalk: Property side : Yard Tree Private 2     5     6013190.44315 2093406.40364 37.728837705679 -122.39665222323 (37.728837705679, -122.39665222323) 10 3 8 58 1

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