2 rows where SiteOrder = 2 and qCaretaker_id = 21

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)
135817 105173 Undocumented 4 Metrosideros excelsa :: New Zealand Xmas Tree 16 1601X NEWCOMB AVE 2 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21 Arts Commission   13 4x4 Permit Number 770204 6015135 2095759 37.7354054940815 -122.390093985074 (37.7354054940815, -122.390093985074) 10 3 8 58 1
148146 12910 DPW Maintained 1 Platanus x hispanica :: Sycamore: London Plane 27 200 Larkin St 2 Sidewalk: Curb side : Cutout Tree Asian Arts Commission 21     60 3X3   6007779.43261 2112129.0051 37.7799430695601 -122.416684310636 (37.7799430695601, -122.416684310636) 7 9 9 28852 36

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