15 rows where qSiteInfo = ":" and qSpecies_id = 77

View and edit SQL

qSiteInfo

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)
22899 238577 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 133 Buchanan St 1 : Tree Private 2     9 Width 3ft   6004747.18096 2108954.98025 37.771056963743 -122.426948105892 (37.771056963743, -122.426948105892) 7 9 11 28852 10
31602 196549 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 40 Ledyard St 1 : Tree Private 2     7 Width 2ft   6011616.35938 2095078.64568 37.7333416013201 -122.402211492182 (37.7333416013201, -122.402211492182) 10 3 8 58 1
32892 238578 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 149 Buchanan St 1 : Tree Private 2     2 Width 3ft   6004732.39628 2109051.52361 37.7713212124262 -122.427006123859 (37.7713212124262, -122.427006123859) 7 9 11 28852 10
51956 196545 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 938 Rhode Island St 1 : Tree Private 2     1 Width 4ft   6011854.06587 2104027.62304 37.7579268348784 -122.402018565106 (37.7579268348784, -122.402018565106) 10 3 8 28856 29
52279 196548 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 1828 Illinois St 1 : Tree Private 2     7 Width 4ft   6016259.97415 2100569.45799 37.748676359729 -122.386539809975 (37.748676359729, -122.386539809975) 10 3 8 58 1
56628 196546 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 1017 Rhode Island St 1 : Tree Private 2     2 Width 3ft   6011946.26987 2103466.67493 37.7563917406915 -122.401660256322 (37.7563917406915, -122.401660256322) 10 3 8 28856 29
61657 246464 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 212 Duncan St 1 : Tree Private 2     3 Width 3ft   6005064.93111 2099921.35386 37.7462707137301 -122.425206088515 (37.7462707137301, -122.425206088515) 2 7 5 63 22
76508 196550 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 44 Ledyard St 1 : Tree Private 2     7 Width 2ft   6011631.22474 2095058.90735 37.7332882337562 -122.402158710982 (37.7332882337562, -122.402158710982) 10 3 8 58 1
84016 196547 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 970 Wisconsin St 1 : Tree Private 2     10 Width 6ft   6012751.32394 2103003.67516 37.7551653352247 -122.398843585967 (37.7551653352247, -122.398843585967) 10 3 8 28856 29
92612 238575 Permitted Site 7 Prunus x yedoensis :: Yoshino Cherry 77 127 Buchanan St 1 : Tree Private 2   05/02/2002 12:00:00 AM 7 Width 3ft Permit Number 45000 6004751.79623 2108930.40583 37.7709897493005 -122.426930391028 (37.7709897493005, -122.426930391028) 7 9 11 28852 10
114927 196551 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 48 Ledyard St 1 : Tree Private 2     6 Width 2ft   6011647.63932 2095039.33012 37.7332353949856 -122.402100585073 (37.7332353949856, -122.402100585073) 10 3 8 58 1
142625 196552 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 56 Ledyard St 1 : Tree Private 2     6 Width 2ft   6011678.30483 2094998.2948 37.7331244321513 -122.401991681687 (37.7331244321513, -122.401991681687) 10 3 8 58 1
146323 238579 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 415 Buchanan St 1 : Tree Private 2     7 Width 6ft   6004609.7624 2109940.50049 37.7737551915801 -122.427493662508 (37.7737551915801, -122.427493662508) 7 9 11 28852 10
152134 196553 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 43 Latona St 1 : Tree Private 2     5 Width 4ft   6014415.54504 2094422.50935 37.7316958338904 -122.392487974535 (37.7316958338904, -122.392487974535) 10 3 8 58 1
190946 238580 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 519 Hickory St 1 : Tree Private 2     7 Width 2ft   6004286.86456 2110289.10974 37.7746941188733 -122.428635472355 (37.7746941188733, -122.428635472355) 7 9 11 28852 10

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