3 rows where PlotSize = "3X3" and qSpecies_id = 68 sorted by Longitude

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)
154760 4161 DPW Maintained 1 Prunus spp :: Cherry 68 3747 Cesar Chavez St 1 Sidewalk: Curb side : Cutout Tree DPW 1   09/26/2001 12:00:00 AM 3 3X3   6005530.36537 2100484.52073 37.7478433240046 -122.423636704969 (37.7478433240046, -122.423636704969) 2 4 5 28859 22
21568 6944 DPW Maintained 1 Prunus spp :: Cherry 68 561 Fell St 1 Sidewalk: Curb side : Cutout Tree DPW 1   03/09/2006 12:00:00 AM 3 3X3   6004740.44786 2110511.39404 37.7753301167361 -122.427082271256 (37.7753301167361, -122.427082271256) 7 9 11 28852 10
85686 17372 Permitted Site 7 Prunus spp :: Cherry 68 1050X Masonic Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   10/24/2012 12:00:00 AM 6 3X3 Permit Number 769300 5999379.15193 2109268.47217 37.7716127406754 -122.445538771694 (37.7716127406754, -122.445538771694) 15 5 11 29492 9

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