3 rows where DBH = 7 and qSpecies_id = 79

View and edit SQL

These facets timed out: 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)
29852 222782 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 2800x Cesar Chavez St 30 Median : Cutout Tree DPW 1     7 Width 6ft   6009967.71828 2100574.06034 37.7483386570983 -122.408298796278 (37.7483386570983, -122.408298796278) 2 4 7 28859 2
34570 222848 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 2070 Folsom St 7 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 3ft   6008058.5906 2106381.50911 37.7641774972273 -122.415311589056 (37.7641774972273, -122.415311589056) 8 4 7 28859 19
74118 222796 DPW Maintained 1 Ceiba speciosa :: Silk floss 79 2800x Cesar Chavez St 12 Median : Cutout Tree DPW 1     7 Width 6ft   6010330.47003 2100687.99035 37.7486717902786 -122.407052433049 (37.7486717902786, -122.407052433049) 2 4 7 28859 2

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