5 rows where qSpecies_id = 426 sorted by DBH

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)
144391 188505 DPW Maintained 1 Abutilon hybridum :: Flowering maple 426 654 Minnesota St 3 Sidewalk: Property side : Yard Tree Private 2     1 Width 10ft   6015143.19571 2105461.41025 37.7620467326033 -122.39074346965 (37.7620467326033, -122.39074346965) 10 3 8 28856 29
147807 188507 DPW Maintained 1 Abutilon hybridum :: Flowering maple 426 1525 18th St 3 Sidewalk: Curb side : Pot Tree Private 2     1 Width 2ft   6013039.99307 2105636.60333 37.7624108600086 -122.398029973803 (37.7624108600086, -122.398029973803) 10 3 8 28856 29
30887 188504 DPW Maintained 1 Abutilon hybridum :: Flowering maple 426 1301 Minnesota St 45 Front Yard : Yard Tree Private 2     2     6015368.82895 2102447.671 37.7537841645335 -122.389752576814 (37.7537841645335, -122.389752576814) 10 3 8 28856 29
32675 174957 DPW Maintained 1 Abutilon hybridum :: Flowering maple 426 249 Felton St 1 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6010100.47413 2093619.7574 37.7292510718572 -122.407349541153 (37.7292510718572, -122.407349541153) 10 3 7 309 28
36332 188506 DPW Maintained 1 Abutilon hybridum :: Flowering maple 426 1525 18th St 2 Sidewalk: Curb side : Pot Tree Private 2     2 Width 2ft   6013026.58322 2105635.98577 37.762408417445 -122.3980763105 (37.762408417445, -122.3980763105) 10 3 8 28856 29

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