3 rows where Zip Codes = 28856 and qSpecies_id = 186

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)
40057 190640 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 1450 Rhode Island St 1 : Tree Private 2     11 Width 6ft   6011986.5577 2101606.22651 37.7512856041566 -122.401390184524 (37.7512856041566, -122.401390184524) 10 3 8 28856 29
126648 190639 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 845 Vermont St 6 Sidewalk: Curb side : Yard Tree Private 2     18     6011328.94664 2104371.38115 37.7588413959188 -122.403858847825 (37.7588413959188, -122.403858847825) 10 3 8 28856 29
137829 190638 DPW Maintained 1 Heteromeles arbutifolia :: Toyon 186 889 Vermont St 8 Sidewalk: Curb side : Yard Tree Private 2     9     6011331.78056 2104200.20298 37.7583715370391 -122.403837001476 (37.7583715370391, -122.403837001476) 10 3 8 28856 29

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