12 rows where qSpecies_id = 142

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)
830 260440 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 1840X Webster St 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6003534.8 2115143.2 37.7879796472282 -122.431583632877 (37.7879796472282, -122.431583632877) 13 9 11 29490 27
32679 247524 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 1101 Waller St 5 Side Yard : Yard Tree Private 2     24     6000021.13855 2108488.50309 37.7695077717817 -122.443262079379 (37.7695077717817, -122.443262079379) 15 5 11 29492 9
51483 187609 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 100 Northridge Rd 1 Sidewalk: Curb side : Cutout Tree DPW 1       3x3   6018548 2094208 37.7313354560629 -122.378186204537 (37.7313354560629, -122.378186204537) 10 3 8 58 1
54855 18695 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 251X Richardson Ave 2 Median : Cutout Tree DPW 1   12/23/2002 12:00:00 AM 3 100   5999064.164064 2119841.396854 37.8006252370733 -122.447389461083 (37.8006252370733, -122.447389461083) 13 9 1 57 17
59108 109457 Undocumented 4 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 951 GILMAN AVE 43 Front Yard : Yard Tree Rec/Park 5     23     6015934 2089205 37.7174537876507 -122.386874585955 (37.7174537876507, -122.386874585955) 10 3 8 58 1
84023 4558 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 1340X Laguna St 6 Sidewalk: Curb side : Cutout Tree DPW 1     18 4X4   6004655.03099 2113461.96066 37.7834268147862 -122.427588006915 (37.7834268147862, -122.427588006915) 7 9 11 28858 41
87712 185738 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 2159 29th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 0ft   5987265.8413 2100577.9345 37.7470519107664 -122.486800600201 (37.7470519107664, -122.486800600201) 1 8 3 29491 35
94444 142094 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 1210 Hayes St 2 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 0ft   6002005.2608 2110527.33 37.7752188239963 -122.436545041808 (37.7752188239963, -122.436545041808) 15 5 11 29492 10
101125 66543 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 272 09th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   04/08/1991 12:00:00 AM 14   Permit Number 29722 5993095.7656 2113664.12537 37.7833212991837 -122.46759290626 (37.7833212991837, -122.46759290626) 11 6 2 54 11
154670 187610 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 100 Northridge Rd 2 Sidewalk: Curb side : Cutout Tree DPW 1       3x3   6018548 2094208 37.7313354560629 -122.378186204537 (37.7313354560629, -122.378186204537) 10 3 8 58 1
184777 246434 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 501 Duncan St 2 Front Yard : Yard Tree Private 2     30     6003227.42454 2099777.76851 37.7457724839196 -122.431549711071 (37.7457724839196, -122.431549711071) 2 7 5 63 22
193489 1778 DPW Maintained 1 Eucalyptus cinerea :: Ash-colored Eucalyptus 142 2001X Bay Shore Blvd 2 Sidewalk: Curb side : Cutout Tree DPW 1     12 3X5   6012442.8362111 2088493.874497 37.7153072596479 -122.398892125343 (37.7153072596479, -122.398892125343) 10 3 8 309 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)
);