3 rows where DBH = 5 and qSpecies_id = 117

View and edit SQL

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)
5185 184446 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 2121 48th Ave 4 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 0ft   5981369.7259 2100546.1593 37.7466191559108 -122.507186152246 (37.7466191559108, -122.507186152246) 1 8 3 29491 35
40299 137623 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 850 Lyon St 1 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 0ft   6000000.9461 2111904.1872 37.7788852224053 -122.44357732688 (37.7788852224053, -122.44357732688) 15 5 11 29490 16
92966 24691 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 7049X Geary Blvd 1 Sidewalk: Curb side : Cutout Tree Private 2   06/28/2001 12:00:00 AM 5 3X3   5985083.29595 2112439.1165 37.7794919092717 -122.49522209838 (37.7794919092717, -122.49522209838) 11 6 2 55 26

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