3 rows where SiteOrder = 16 and qSpecies_id = 31

View and edit SQL

These facets timed out: SiteOrder

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)
31679 17592 DPW Maintained 1 Ulmus parvifolia :: Chinese Elm 31 801X Persia Ave 16 Sidewalk: Curb side : Cutout Tree DPW 1     50 3x3   6003646.11767 2090408.41073 37.7200700675728 -122.429433892277 (37.7200700675728, -122.429433892277) 9 7 6 28861 5
152742 97847 Permitted Site 7 Ulmus parvifolia :: Chinese Elm 31 900 Minnesota St 16 Sidewalk: Curb side : Cutout Tree Private 2           6015215.2 2103967.9 37.757949869225 -122.390390076491 (37.757949869225, -122.390390076491) 10 3 8 28856 29
154062 198448 DPW Maintained 1 Ulmus parvifolia :: Chinese Elm 31 500 Mariposa St 16 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 6ft   6015301.86752 2106280.10819 37.7643035021388 -122.390251881336 (37.7643035021388, -122.390251881336) 14 3 9 310 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)
);