2 rows where DBH = 2 and qSpecies_id = 48 sorted by DBH

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)
10851 229512 DPW Maintained 1 Potential Site :: Potential Site 48 1086 Church St 1 Sidewalk: Curb side : Cutout Tree DPW 1   12/23/2014 12:36:00 PM 2 Width 3ft   6004391.2641 2102594.80672 37.7535733130625 -122.427725998777 (37.7535733130625, -122.427725998777) 2 4 5 28862 22
13956 228261 DPW Maintained 1 Potential Site :: Potential Site 48 444 Castro St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6002291.44131 2105618.97889 37.761757957597 -122.435203927241 (37.761757957597, -122.435203927241) 15 4 5 28862 3

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