6 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)
7074 19023 DPW Maintained 1 Prunus spp :: Cherry 68 3170 Sacramento St 2 Sidewalk: Curb side : Cutout Tree DPW 1     7 2X2   5999571.77228 2115429.18678 37.7885394709311 -122.445315519372 (37.7885394709311, -122.445315519372) 13 6 1 29490 27
62546 19034 Permitted Site 7 Prunus spp :: Cherry 68 3192 Sacramento St 2 Sidewalk: Property side : Cutout Tree Private 2     12 2X2   5999529.89099 2115397.322 37.7884495878023 -122.445458129536 (37.7884495878023, -122.445458129536) 13 6 1 29490 27
140897 19022 Permitted Site 7 Prunus spp :: Cherry 68 3170 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 2X2   5999571.77228 2115429.18678 37.7885394709311 -122.445315519372 (37.7885394709311, -122.445315519372) 13 6 1 29490 27
145574 19031 Permitted Site 7 Prunus spp :: Cherry 68 3190 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 2X2   5999568.09479 2115476.97835 37.7886704841429 -122.445331680485 (37.7886704841429, -122.445331680485) 13 6 1 29490 27
186129 19033 Permitted Site 7 Prunus spp :: Cherry 68 3192 Sacramento St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 2X2   5999542.70067 2115392.3027 37.7884365373764 -122.445413449171 (37.7884365373764, -122.445413449171) 13 6 1 29490 27
189823 19024 DPW Maintained 1 Prunus spp :: Cherry 68 3170 Sacramento St 3 Sidewalk: Curb side : Cutout Tree DPW 1     6 2X2   5999571.77228 2115429.18678 37.7885394709311 -122.445315519372 (37.7885394709311, -122.445315519372) 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)
);