3 rows where Neighborhoods (old) = 40, Zip Codes = 29491 and qSpecies_id = 63

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)
28006 211079 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 2319 Funston Ave 1 Sidewalk: Curb side : Yard Tree Private 2     19 Width 3ft   5992294.50858 2099658.84702 37.7448202223807 -122.469345163475 (37.7448202223807, -122.469345163475) 1 8 4 29491 40
105788 218299 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 1 Ardenwood Way 1 Sidewalk: Curb side : Yard Tree Private 2     6 Width 8ft   5991311.90242 2096390.21304 37.7357885567818 -122.472504543874 (37.7357885567818, -122.472504543874) 1 8 4 29491 40
126413 211063 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 333 Pacheco St 1 Sidewalk: Curb side : Yard Tree Private 2     23 Width 4ft   5994231.86901 2100876.38212 37.7482750327754 -122.462734494413 (37.7482750327754, -122.462734494413) 1 8 4 29491 40

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