4 rows where DBH = 8 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)
17901 184443 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 2121 48th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   5981369.3875 2100557.6656 37.7466507290569 -122.507188175847 (37.7466507290569, -122.507188175847) 1 8 3 29491 35
92227 244326 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 424 Page St 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   6004397.8648 2109819.6267 37.7734113144448 -122.428218033802 (37.7734113144448, -122.428218033802) 7 9 11 28852 10
145067 143057 Undocumented 4 Melaleuca spp :: Melaleuca spp 117 1851 STOCKTON ST 1 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   6009959.6794 2120436.8776 37.8028768616805 -122.409728406913 (37.8028768616805, -122.409728406913) 3 1 10 308 23
193274 139527 DPW Maintained 1 Melaleuca spp :: Melaleuca spp 117 2000 GROVE ST 2 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 0ft   5998130.5606 2110335.5986 37.7744714349955 -122.449934623636 (37.7744714349955, -122.449934623636) 15 5 11 29492 16

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