3 rows where Neighborhoods (old) = 6 and qSpecies_id = 159 sorted by PlotSize

View and edit SQL

Neighborhoods (old)

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)
150004 137065 DPW Maintained 1 Ulmus parvifolia 'Drake' :: Drake's Chinese Elm 159 11 Filbert St 2 Sidewalk: Curb side : Yard Tree Private 2     5     6012521.25442 2120194.7201 37.8023551696124 -122.400846960714 (37.8023551696124, -122.400846960714) 3 1 10 28860 6
190126 137066 DPW Maintained 1 Ulmus parvifolia 'Drake' :: Drake's Chinese Elm 159 12 Filbert St 6 Sidewalk: Curb side : Yard Tree Private 2     7     6012425.54206 2120223.78485 37.8024296352708 -122.401180217987 (37.8024296352708, -122.401180217987) 3 1 10 28860 6
1998 201212 DPW Maintained 1 Ulmus parvifolia 'Drake' :: Drake's Chinese Elm 159 698 Folsom St 1 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 0ft Permit Number 770669 6012984.2928 2113511.8761 37.7840314756866 -122.398775334072 (37.7840314756866, -122.398775334072) 6 2 9 28853 6

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