2 rows where DBH = 1 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)
51620 26198 Private 9 Lophostemon confertus :: Brisbane Box 11 3830 03rd St 3 Sidewalk: Curb side : Cutout Tree Private 2     1 3x4   6015747.5106038 2098323.3315623 37.742480578689 -122.388155190044 (37.742480578689, -122.388155190044) 10 3 8 58 1
123246 22155 Private 9 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 146 1570X FAIRFAX AVE 7 Sidewalk: Curb side : Cutout Tree Private 2     1 3X3   6015579 2098247 37.7422616499572 -122.388732527256 (37.7422616499572, -122.388732527256) 10 3 8 58 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)
);