109 rows where qSpecies_id = 76 sorted by DBH descending

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)
168864 99802 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 741 Douglass St 2 Sidewalk: Curb side : Cutout Tree Private 2       6x6   6001292.8 2101960.5 37.7516559011478 -122.438395701912 (37.7516559011478, -122.438395701912) 2 4 5 28862 22
172437 114814 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 425 MIRAMAR AVE 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5995324 2092533 37.725428993141 -122.458354138636 (37.725428993141, -122.458354138636) 9 7 4 28861 40
172440 102242 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 2819 23RD ST 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009900.7 2102774.7 37.7543773725694 -122.408685769544 (37.7543773725694, -122.408685769544) 2 4 7 28859 19
172555 120560 Significant Tree 6 Grevillea robusta :: Silk Oak Tree 76 17X Castro St 1 Back Yard : Yard Tree Private 2       3x3   6002113 2108564 37.7698341292575 -122.436031827668 (37.7698341292575, -122.436031827668) 15 5 5 29492 9
175648 102239 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 1104 York St 5 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009987 2102770 37.7543693005663 -122.408386989199 (37.7543693005663, -122.408386989199) 2 4 7 28859 19
178336 62996 Permitted Site 7 Grevillea robusta :: Silk Oak Tree 76 694 28th St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/19/1986 12:00:00 AM     Permit Number 23399 6001436.22274449 2099429.35737548 37.7447141424615 -122.437718467941 (37.7447141424615, -122.437718467941) 2 7 5 63 22
183770 115544 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 4 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
191751 115547 Undocumented 4 Grevillea robusta :: Silk Oak Tree 76 780 DOUGLASS ST 7 Sidewalk: Property side : Yard Tree Rec/Park 5       3x3   6001139 2101871 37.7514014062737 -122.438921147793 (37.7514014062737, -122.438921147793) 2 4 5 28862 22
193431 86972 Permitted Site 7 Grevillea robusta :: Silk Oak Tree 76 3274 26th St 2 Sidewalk: Curb side : Cutout Tree Private 2   11/27/2007 12:00:00 AM   3x3 Permit Number 49936 6007899 2100950 37.7492548435872 -122.415479005477 (37.7492548435872, -122.415479005477) 2 4 7 28859 19

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