104 rows where qSpecies_id = 118 sorted by Location

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)
150281 132460 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1109 Chestnut St 2 Side Yard : Yard Tree Private 2     7     6006458.07728 2120400.55617 37.8025802852249 -122.421843190623 (37.8025802852249, -122.421843190623) 5 9 1 28858 32
102514 132461 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1109 Chestnut St 3 Side Yard : Yard Tree Private 2     12     6006461.025 2120401.52473 37.8025831108771 -122.421833058859 (37.8025831108771, -122.421833058859) 5 9 1 28858 32
52652 132449 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1341 Bay St 1 : Tree Private 2     4 Width 4ft   6004363.25375 2120796.06015 37.8035478784015 -122.429120545984 (37.8035478784015, -122.429120545984) 13 9 1 28858 17
29709 132448 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 181 Marina Blvd 3 Sidewalk: Property side : Yard Tree Private 2     5 Width 10ft   6002667.37889 2121595.19878 37.8056459571542 -122.435046380379 (37.8056459571542, -122.435046380379) 13 9 1 57 17

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