10 rows where qLegalStatus_id = 9 and qSiteInfo = "Back Yard : Yard" sorted by YCoord

View and edit SQL

qSiteInfo

  • Back Yard : Yard · 10
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)
99 255073 Private 9 Tree(s) :: 17 173R Glenview Dr   Back Yard : Yard Tree Private 2                              
112528 104689 Private 9 Pinus radiata :: Monterey Pine 15 657 PALMETTO AVE 1 Back Yard : Yard Tree Private 2     30     5991786 2087190.1 37.7105547448876 -122.470195680575 (37.7105547448876, -122.470195680575) 9 8 4 64 24
70534 104510 Private 9 Sequoia sempervirens :: Coast Redwood 155 254 ALLISON ST 1 Back Yard : Yard Tree Private 2     40     6000052 2087408 37.7116274717654 -122.441642291463 (37.7116274717654, -122.441642291463) 9 7 6 28861 5
160381 256862 Private 9 Picea Spp :: Spruce Spp 200 133 Majestic Ave 1 Back Yard : Yard Tree Private 2           5997017.00624 2089223.65081 37.7164394409514 -122.452262915882 (37.7164394409514, -122.452262915882) 9 8 6 28861 24
4884 260462 Private 9 Pinus radiata :: Monterey Pine 15 119 Moffitt St 1 Back Yard : Yard Tree Private 2       3x3   6002736 2096650 37.7371564911538 -122.433025558613 (37.7371564911538, -122.433025558613) 2 7 5 63 7
985 262391 Private 9 Pinus Spp :: Pine Spp 100 2646 38th Ave 1 Back Yard : Yard Tree Private 2       Width 0ft   5984657 2097167 37.7375339667511 -122.495570077384 (37.7375339667511, -122.495570077384) 1 8 3 29491 35
53506 108816 Private 9 Pinus radiata :: Monterey Pine 15 348 Gold Mine Dr 1 Back Yard : Yard Tree Private 2     30     6001084 2097744 37.740066514789 -122.438815634293 (37.740066514789, -122.438815634293) 2 7 5 63 7
160937 102060 Private 9 Cupressus macrocarpa :: Monterey Cypress 41 115 Kensington Way 1 Back Yard : Yard Tree Private 2           5994908.3 2098325.8 37.7413107073974 -122.460210667073 (37.7413107073974, -122.460210667073) 1 8 4 59 40
150142 114761 Private 9 Pinus radiata :: Monterey Pine 15 2155 10TH AVE 1 Back Yard : Yard Tree Private 2       10x10   5993160 2101036 37.7486515109126 -122.466452556212 (37.7486515109126, -122.466452556212) 1 8 4 29491 40
193423 108885 Private 9 Cupaniopsis anacardioides :: Carrotwood 195 707 NOE ST 5 Back Yard : Yard Tree Private 2       3x3   6003152.4 2104071.5 37.7575578048507 -122.432115704961 (37.7575578048507, -122.432115704961) 2 4 5 28862 3

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