12 rows where DBH = 4 and qLegalStatus_id = 9

View and edit SQL

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)
18958 191526 Private 9 Liquidambar styraciflua :: American Sweet Gum 37 201 16th St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 5ft   6015996.43331 2107204.26168 37.7668795291963 -122.387914043316 (37.7668795291963, -122.387914043316) 14 3 9 310 20
83952 109126 Private 9 Schinus molle :: California Pepper 91 890x CASTRO ST 2 Sidewalk: Curb side : Cutout Tree Private 2     4 3x3   6002411 2103002 37.7545791519678 -122.434603290485 (37.7545791519678, -122.434603290485) 2 4 5 28862 22
92274 80514 Private 9 Pyrus spp :: Pear Tree 281 1769X Armstrong Ave 9 Sidewalk: Curb side : Cutout Tree Private 2   09/07/2002 12:00:00 AM 4     6014044.43135761 2092726.27645989 37.7270177061512 -122.393652321999 (37.7270177061512, -122.393652321999) 10 3 8 58 1
133648 80515 Private 9 Pyrus spp :: Pear Tree 281 1769X Armstrong Ave 8 Sidewalk: Curb side : Cutout Tree Private 2   09/07/2002 12:00:00 AM 4     6014044.43135761 2092726.27645989 37.7270177061512 -122.393652321999 (37.7270177061512, -122.393652321999) 10 3 8 58 1
164704 80516 Private 9 Pyrus spp :: Pear Tree 281 1769X Armstrong Ave 7 Sidewalk: Curb side : Cutout Tree Private 2   09/07/2002 12:00:00 AM 4     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)
);