5 rows where qSiteInfo = ": Yard" and qSpecies_id = 32 sorted by Supervisor Districts

View and edit SQL

qSiteInfo

  • : Yard · 5
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)
123083 233500 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 4090 20th St 10 : Yard Tree Private 2     3 Width 3ft   6003098.24212 2104183.0577 37.7578610449587 -122.432310971886 (37.7578610449587, -122.432310971886) 2 4 5 28862 3
125810 194528 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 1 25th St 21 : Yard Tree Private 2     3     6014977.55524 2102273.87418 37.7532852503289 -122.391093555018 (37.7532852503289, -122.391093555018) 10 3 8 28856 29
130450 194526 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 1 25th St 15 : Yard Tree Private 2     5     6014989.61274 2102184.78595 37.7530413020381 -122.391045631074 (37.7530413020381, -122.391045631074) 10 3 8 28856 29
144108 194527 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 1 25th St 16 : Yard Tree Private 2     3     6014969.95823 2102191.83984 37.7530595798584 -122.391114093749 (37.7530595798584, -122.391114093749) 10 3 8 28856 29
181825 194529 DPW Maintained 1 Pistacia chinensis :: Chinese Pistache 32 1 25th St 23 : Yard Tree Private 2     2     6014967.18541 2102296.35434 37.753346400626 -122.391130987502 (37.753346400626, -122.391130987502) 10 3 8 28856 29

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