3 rows where DBH = 2 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)
18526 250107 Private 9 Tree(s) :: 17 1688 Pine St 3 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 4ft   6005911.45005 2115583.38163 37.7893226981327 -122.423392144226 (37.7893226981327, -122.423392144226) 13 9 1 28858 41
19392 191529 Private 9 Liquidambar styraciflua :: American Sweet Gum 37 201 16th St 4 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 5ft   6016082.02245 2107209.57323 37.7668988547309 -122.387618372283 (37.7668988547309, -122.387618372283) 14 3 9 310 20
60173 80520 Private 9 Pyrus spp :: Pear Tree 281 2499X Mendell St 1 Sidewalk: Curb side : Cutout Tree Private 2   09/07/2002 12:00:00 AM 2     6014044.43135761 2092726.27645989 37.7270177061512 -122.393652321999 (37.7270177061512, -122.393652321999) 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)
);