4 rows where PlotSize = "3X3" and qSpecies_id = 129 sorted by DBH

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)
130432 3218 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 3838 California St 4 Sidewalk: Curb side : Cutout Tree DPW 1   03/18/1994 12:00:00 AM 2 3X3   5995981.80653 2114566.54912 37.785965320402 -122.457673729525 (37.785965320402, -122.457673729525) 11 6 1 54 31
93031 24554 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 408 Cortland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     24 3X3 Permit Number 776709 6007266.67907 2097258.15357 37.7390822977194 -122.417403986799 (37.7390822977194, -122.417403986799) 2 7 7 28859 2
169087 9847 Permitted Site 7 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 1295X Gough St 8 Sidewalk: Curb side : Cutout Tree Private 2   08/22/2009 12:00:00 AM 3 3X3   6005487.54968 2114101.28131 37.7852292855281 -122.424753311633 (37.7852292855281, -122.424753311633) 13 9 11 28858 41
3875 3295 DPW Maintained 1 Platanus x hispanica 'Columbia' :: Columbia Hybrid Plane Tree 129 4721 California St 1 Sidewalk: Curb side : Cutout Tree DPW 1   01/19/2005 12:00:00 AM 6 3X3   5992917.64909 2114121.45234 37.784566708473 -122.468242393585 (37.784566708473, -122.468242393585) 11 6 2 54 11

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