104 rows where qSpecies_id = 118 sorted by DBH

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)
29825 234023 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1457 Noe St 2 Sidewalk: Property side : Yard Tree Private 2     9 Width 3ft   6003332.6801 2099728.28161 37.7456425696603 -122.431182221081 (37.7456425696603, -122.431182221081) 2 7 5 63 22
71938 246880 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 3090x Market St 13 Median : Yard Tree DPW 1     9     5999883.50783 2105331.77962 37.7608323474605 -122.443511347182 (37.7608323474605, -122.443511347182) 15 5 5 28862 3
96122 211529 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 300 Junipero Serra Blvd 41 : Tree Private 2     9 Width 0ft   5991392.35207 2094374.63873 37.7302589537894 -122.47207953327 (37.7302589537894, -122.47207953327) 9 8 4 64 40
114793 234028 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 415 Beacon St 7 Sidewalk: Property side : Yard Tree Private 2     9 Width 2ft   6002321.00051 2098298.56669 37.7416595244747 -122.434578241906 (37.7416595244747, -122.434578241906) 2 7 5 63 7

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