104 rows where qSpecies_id = 118

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)
180181 118772 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 5355 Anza St 1 Sidewalk: Property side : Yard Tree Private 2     6 Width 1ft   5981988.79716 2111633.19692 37.7770974313835 -122.505867335722 (37.7770974313835, -122.505867335722) 11 6 2 55 26
182455 132457 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1111 Chestnut St 9 Front Yard : Yard Tree Private 2     4     6006444.66097 2120399.44659 37.8025764819927 -122.421889538986 (37.8025764819927, -122.421889538986) 5 9 1 28858 32
184313 211519 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1215 Capitol Ave 2 Sidewalk: Property side : Yard Tree Private 2     4 Width 3ft   5995031.25644 2091999.92866 37.7239484802273 -122.459327533359 (37.7239484802273, -122.459327533359) 9 8 4 28861 24
192037 234016 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1101 San Jose Ave 69 Sidewalk: Curb side : Yard Tree Private 2     2 Width 8ft   6005055.13591 2096635.21867 37.7372471798214 -122.425006192598 (37.7372471798214, -122.425006192598) 2 7 5 28859 2

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