4 rows where DBH = 4 and qSpecies_id = 90 sorted by PermitNotes

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)
51642 190052 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 601 Amador St 3 : Tree Private 2     4 Width 3ft   6016980.30458 2099504.54298 37.7457921718812 -122.383974746555 (37.7457921718812, -122.383974746555) 10 3 8 58 1
157610 34934 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 2263 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2   10/20/1997 12:00:00 AM 4   Permit Number 38529 6002078.2666 2119099.82089 37.7987608392949 -122.436906330362 (37.7987608392949, -122.436906330362) 13 9 1 57 17
180045 38045 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1717 Baker St 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/10/1998 12:00:00 AM 4   Permit Number 40246 6000011.6939 2114927.5611 37.7871872396683 -122.443757410609 (37.7871872396683, -122.443757410609) 15 6 1 29490 31
55113 51522 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 45 Parker Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   01/13/2005 12:00:00 AM 4   Permit Number 47825 5996807.8517 2114293.8682 37.7852640290514 -122.454796146743 (37.7852640290514, -122.454796146743) 11 6 1 54 31

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