6 rows where PlotSize = "3x3" and qLegalStatus_id = 11

View and edit SQL

PlotSize

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)
4378 264740 Landmark tree 11 Araucaria heterophylla :: Norfolk Island Pine 238 2040 Sutter St 1 Back Yard : Yard Tree Private 2       3x3   6002718 2114518 37.7862166771353 -122.434364894821 (37.7862166771353, -122.434364894821) 13 9 11 29490 27
10284 262216 Landmark tree 11 Quercus agrifolia :: Coast Live Oak 172 4124 23rd St 1 Back Yard : Yard Tree Private 2       3x3   6002319 2102413 37.7529566754079 -122.43487933109 (37.7529566754079, -122.43487933109) 2 4 5 28862 22
16407 262217 Landmark tree 11 Sambucus mexicana :: Blue Elderberry 367 3440X Folsom St 1 Front Yard : Cutout Tree Rec/Park 5       3x3   6008633 2098934 37.7437605844193 -122.412798302433 (37.7437605844193, -122.412798302433) 2 7 7 28859 2
17641 262215 Landmark tree 11 Cupressus macrocarpa :: Monterey Cypress 41 2626 Vallejo St 1 Back Yard : Yard Tree Private 2       3x3   6001000 2117623 37.7946445343139 -122.440531492639 (37.7946445343139, -122.440531492639) 13 9 1 57 27
18463 262218 Landmark tree 11 Sequoia sempervirens :: Coast Redwood 155 46 Stillings Ave 1 Back Yard : Yard Tree Private 2       3x3   6000246 2095728 37.7344833413152 -122.441568452522 (37.7344833413152, -122.441568452522) 9 7 5 63 40
51932 253858 Landmark tree 11 Arctostaphylos manzanita 'Dr Hurd' :: Dr. Hurd Manzanita 417 115 Parker Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5996817 2113681 37.7835817804999 -122.454720202744 (37.7835817804999, -122.454720202744) 11 6 1 54 31

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