3 rows where DBH = 40 and qLegalStatus_id = 9

View and edit SQL

qCareAssistant

  • - 3

DBH

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)
69100 104567 Private 9 Tree(s) :: 17 8 JOY ST 2 Front Yard : Yard Tree Private 2     40     6010448 2098932 37.7438568002142 -122.406522292508 (37.7438568002142, -122.406522292508) 2 7 7 28859 2
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
85850 114258 Private 9 Pinus radiata :: Monterey Pine 15 70x CHUMASERO DR 1 Front Yard : Yard Tree Private 2     40     5990913 2088468 37.714013037331 -122.473306070941 (37.714013037331, -122.473306070941) 1 8 4 64 14

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