5 rows where PlotSize = "2x2" and qSpecies_id = 68 sorted by PlantType

View and edit SQL

PlotSize

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)
58869 105378 Undocumented 4 Prunus spp :: Cherry 68 298X SAN FERNANDO WAY 2 Sidewalk: Curb side : Cutout Tree Private 2     7 2x2   5991951 2094979 37.7319506911602 -122.470192222389 (37.7319506911602, -122.470192222389) 9 8 4 59 40
88482 56560 Permitted Site 7 Prunus spp :: Cherry 68 298X SAN FERNANDO WAY 1 Sidewalk: Curb side : Cutout Tree Private 2     12 2x2   5992129 2095185 37.7325266047982 -122.469591834842 (37.7325266047982, -122.469591834842) 9 8 4 59 40
91846 19030 DPW Maintained 1 Prunus spp :: Cherry 68 3176 SACRAMENTO ST 2 Sidewalk: Curb side : Cutout Tree DPW 1     7 2x2   5999568 2115477 37.7886705381772 -122.44533201 (37.7886705381772, -122.44533201) 13 6 1 29490 27
112884 19029 DPW Maintained 1 Prunus spp :: Cherry 68 3176 SACRAMENTO ST 4 Sidewalk: Curb side : Cutout Tree DPW 1     8 2x2   5999568 2115477 37.7886705381772 -122.44533201 (37.7886705381772, -122.44533201) 13 6 1 29490 27
189054 19028 DPW Maintained 1 Prunus spp :: Cherry 68 3176 SACRAMENTO ST 3 Sidewalk: Curb side : Cutout Tree DPW 1     7 2x2   5999568 2115477 37.7886705381772 -122.44533201 (37.7886705381772, -122.44533201) 13 6 1 29490 27

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