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