8 rows where qSiteInfo = "Median : Yard" and qSpecies_id = 77

View and edit SQL

qSiteInfo

  • Median : 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)
4262 213721 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x Santa Monica Way 2 Median : Yard Tree DPW 1     1     5993647.57824 2097426.08398 37.7387677148629 -122.464504452814 (37.7387677148629, -122.464504452814) 1 8 4 59 40
63461 213724 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x Santa Monica Way 8 Median : Yard Tree DPW 1     8     5993565.41473 2097500.59466 37.7389675657933 -122.46479394281 (37.7389675657933, -122.46479394281) 1 8 4 59 40
99174 213728 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x San Lorenzo Way 13 Median : Yard Tree DPW 1     2     5993678.60033 2097499.69771 37.7389716280322 -122.464402537152 (37.7389716280322, -122.464402537152) 1 8 4 59 40
123293 213726 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x San Lorenzo Way 11 Median : Yard Tree DPW 1     7     5993681.50314 2097480.63072 37.7389194421692 -122.464391116668 (37.7389194421692, -122.464391116668) 1 8 4 59 40
128274 213723 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x Santa Monica Way 6 Median : Yard Tree DPW 1     3     5993589.39355 2097453.93432 37.7388408306314 -122.46470764836 (37.7388408306314, -122.46470764836) 1 8 4 59 40
142227 213722 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x Santa Monica Way 5 Median : Yard Tree DPW 1     4     5993592.57964 2097450.02121 37.7388302698944 -122.464696348358 (37.7388302698944, -122.464696348358) 1 8 4 59 40
174604 213727 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x San Lorenzo Way 12 Median : Yard Tree DPW 1     4     5993674.25829 2097434.39998 37.7387920864908 -122.464412810098 (37.7387920864908, -122.464412810098) 1 8 4 59 40
188572 213725 DPW Maintained 1 Prunus x yedoensis :: Yoshino Cherry 77 66x San Lorenzo Way 10 Median : Yard Tree DPW 1     4     5993679.6596 2097491.88512 37.7389502376721 -122.464398307632 (37.7389502376721, -122.464398307632) 1 8 4 59 40

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