2 rows where DBH = 3 and qSpecies_id = 212 sorted by XCoord

View and edit SQL

DBH

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)
128020 115150 Undocumented 4 Privet :: 212 209 Grattan St 2 Sidewalk: Curb side : Cutout Tree Private 2   03/04/2016 12:00:00 AM 3 3x3   5997642.1 2106419.3 37.7636903209387 -122.451341781368 (37.7636903209387, -122.451341781368) 15 5 11 29492 9
5827 12210 DPW Maintained 1 Privet :: 212 1365X La Salle Ave 7 Sidewalk: Curb side : Cutout Tree DPW 1   12/27/2007 12:00:00 AM 3 3X3   6016707.244956 2094751.5031778 37.7327261850679 -122.384587939042 (37.7327261850679, -122.384587939042) 10 3 8 58 1

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