3 rows where DBH = 11 and qSpecies_id = 117

View and edit SQL

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)
9827 43302 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 674 Vermont St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/12/2000 12:00:00 AM 11   Permit Number 43070 6011226.86834 2105221.06288 37.7611687289854 -122.404271687012 (37.7611687289854, -122.404271687012) 10 3 8 28856 29
28178 131233 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 316 Maple St 1 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 2ft   5996695.60428 2115123.3209 37.7875350455549 -122.455244449391 (37.7875350455549, -122.455244449391) 11 6 1 54 31
98490 43785 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 350 21st Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/26/2000 12:00:00 AM 11   Permit Number 43415 5989366.32057 2112984.24628 37.7812385110344 -122.480445377901 (37.7812385110344, -122.480445377901) 11 6 2 55 26

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