4 rows where qSpecies_id = 489

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)
61710 191414 DPW Maintained 1 Leucadendron 'Gold Strike' :: Yellow conebush 489 651 Arthur Ave 6 Sidewalk: Property side : Yard Tree Private 2     7     6015890.45913 2099691.67743 37.7462456936762 -122.387756364269 (37.7462456936762, -122.387756364269) 10 3 8 58 1
89409 191413 DPW Maintained 1 Leucadendron 'Gold Strike' :: Yellow conebush 489 651 Arthur Ave 4 Sidewalk: Property side : Yard Tree Private 2     7     6015878.52081 2099696.47222 37.7462581978535 -122.387797980386 (37.7462581978535, -122.387797980386) 10 3 8 58 1
135866 191415 DPW Maintained 1 Leucadendron 'Gold Strike' :: Yellow conebush 489 601 Arthur Ave 2 Sidewalk: Property side : Yard Tree Private 2     6     6015929.72862 2099669.5524 37.7461871181533 -122.387619030603 (37.7461871181533, -122.387619030603) 10 3 8 58 1
165099 191416 DPW Maintained 1 Leucadendron 'Gold Strike' :: Yellow conebush 489 601 Arthur Ave 1 Sidewalk: Property side : Yard Tree Private 2     4     6015917.93892 2099669.79023 37.746187118142 -122.387659814869 (37.746187118142, -122.387659814869) 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)
);