2 rows where DBH = 30 and qLegalStatus_id = 9

View and edit SQL

qCareAssistant

  • - 2

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

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