3 rows where SiteOrder = 19 and qSpecies_id = 31

View and edit SQL

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)
16029 198662 DPW Maintained 1 Ulmus parvifolia :: Chinese Elm 31 1670 Owen St 19 Sidewalk: Property side : Yard Tree Private 2     3 Width 8ft   6013921.99886 2107418.77263 37.7673533891782 -122.395104256175 (37.7673533891782, -122.395104256175) 14 3 9 310 20
69960 97850 Permitted Site 7 Ulmus parvifolia :: Chinese Elm 31 900 Minnesota St 19 Sidewalk: Curb side : Cutout Tree Private 2           6015215.2 2103967.9 37.757949869225 -122.390390076491 (37.757949869225, -122.390390076491) 10 3 8 28856 29
117299 198451 DPW Maintained 1 Ulmus parvifolia :: Chinese Elm 31 500 Mariposa St 19 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 6ft   6015235.48199 2106278.14685 37.7642944342637 -122.390481355047 (37.7642944342637, -122.390481355047) 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)
);