3 rows where DBH = 14 and qSpecies_id = 34 sorted by qSiteInfo

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)
18324 109414 Significant Tree 6 Persea americana :: Avocado 34 4 GUY PL 1 Front Yard : Yard Tree Private 2     14     6014378.1 2114502.6 37.7868293368446 -122.394022608955 (37.7868293368446, -122.394022608955) 6 2 9 28855 6
180263 233922 DPW Maintained 1 Persea americana :: Avocado 34 1 Harlow St 1 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 1ft   6003978.84702 2106451.05276 37.7641383101589 -122.429427206713 (37.7641383101589, -122.429427206713) 8 4 5 28862 3
69318 233921 DPW Maintained 1 Persea americana :: Avocado 34 4110 22nd St 4 Sidewalk: Property side : Yard Tree Private 2     14 Width 2ft   6001448.62339 2102939.09436 37.7543517482496 -122.437926932283 (37.7543517482496, -122.437926932283) 2 4 5 28862 22

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