5 rows where qSpecies_id = 500

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)
67145 111046 Undocumented 4 Acer pseudoplatanus :: Sycamore Maple 500 400x BUCHANAN ST 6 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6004666 2109838 37.7734769308436 -122.42729182472 (37.7734769308436, -122.42729182472) 7 9 11 28852 10
67427 111045 Undocumented 4 Acer pseudoplatanus :: Sycamore Maple 500 400x BUCHANAN ST 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6004666 2109838 37.7734769308436 -122.42729182472 (37.7734769308436, -122.42729182472) 7 9 11 28852 10
125533 111048 Undocumented 4 Acer pseudoplatanus :: Sycamore Maple 500 400x BUCHANAN ST 8 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6004666 2109838 37.7734769308436 -122.42729182472 (37.7734769308436, -122.42729182472) 7 9 11 28852 10
144872 187859 DPW Maintained 1 Acer pseudoplatanus :: Sycamore Maple 500 801 Arkansas St 27 Sidewalk: Property side : Yard Tree Private 2     14     6013056.79207 2103769.18964 37.7572842872596 -122.39784087518 (37.7572842872596, -122.39784087518) 10 3 8 28856 29
175542 111047 Undocumented 4 Acer pseudoplatanus :: Sycamore Maple 500 400x BUCHANAN ST 7 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6004666 2109838 37.7734769308436 -122.42729182472 (37.7734769308436, -122.42729182472) 7 9 11 28852 10

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