4 rows where qSpecies_id = 472

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)
50401 126008 DPW Maintained 1 Chamaecyparis lawsoniana :: Port Orford Cedar 472 3023 Broderick St 3 Sidewalk: Property side : Yard Tree Private 2     5 Width 1ft   5999934.85868 2118955.87507 37.7982435465489 -122.444312839161 (37.7982435465489, -122.444312839161) 13 9 1 57 17
76239 126009 DPW Maintained 1 Chamaecyparis lawsoniana :: Port Orford Cedar 472 3023 Broderick St 2 Sidewalk: Property side : Yard Tree Private 2     4 Width 1ft   5999931.1718 2118966.10819 37.7982714336236 -122.4443263326 (37.7982714336236, -122.4443263326) 13 9 1 57 17
97255 117926 DPW Maintained 1 Chamaecyparis lawsoniana :: Port Orford Cedar 472 563 41st Ave 1 Sidewalk: Property side : Yard Tree Private 2     5 Width 5ft   5983145.44446 2111971.99557 37.778095685456 -122.501891269197 (37.778095685456, -122.501891269197) 11 6 2 55 26
177256 189993 DPW Maintained 1 Chamaecyparis lawsoniana :: Port Orford Cedar 472 1791 Revere Ave 1 : Tree Private 2     15     6014078.26428 2095121.80901 37.7335972318183 -122.393702958643 (37.7335972318183, -122.393702958643) 10 3 8 58 1

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