3 rows where DBH = 19 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)
50651 225217 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 134 Collingwood St 4 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 5ft   6002027.4215 2104870.25922 37.7596871588433 -122.436063485734 (37.7596871588433, -122.436063485734) 2 4 5 28862 3
176631 132056 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 1337 Greenwich St 1 Sidewalk: Curb side : Cutout Tree Private 2     19 Width 4ft   6006485.23006 2119708.64012 37.8006819908322 -122.421700054519 (37.8006819908322, -122.421700054519) 13 9 1 28858 32
51952 30429 DPW Maintained 1 Cinnamomum camphora :: Camphor Tree 90 418 Union St 1 Sidewalk: Curb side : Cutout Tree Private 2   05/11/1956 12:00:00 AM 19   Permit Number 83 6010898.288 2119678.6785 37.8008475863311 -122.406426865448 (37.8008475863311, -122.406426865448) 3 1 10 308 23

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