3 rows where qSiteInfo = "Front Yard : Yard" and qSpecies_id = 201 sorted by DBH

View and edit SQL

qSiteInfo

  • Front Yard : Yard · 3
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)
108521 110587 Private 9 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 151 EDGEWOOD AVE 1 Front Yard : Yard Tree Private 2           5996558 2106132 37.7628393335165 -122.45507056335 (37.7628393335165, -122.45507056335) 15 5 11 29492 12
110154 102074 Significant Tree 6 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 273 Magellan Ave 4 Front Yard : Yard Tree Private 2           5994674.1 2100293.4 37.7466997707371 -122.461163031194 (37.7466997707371, -122.461163031194) 1 8 4 29491 40
34099 105230 Permitted Site 7 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 69 KEYSTONE WAY 1 Front Yard : Yard Tree Private 2   06/17/2014 12:00:00 AM 30   Permit Number 773353 5994093.4 2093229.9 37.7272717167315 -122.462658710338 (37.7272717167315, -122.462658710338) 9 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)
);