2 rows where SiteOrder = "" and qSpecies_id = 201

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)
37670 106946 Permitted Site 7 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 2710 BAKER ST   Sidewalk: Curb side : Cutout Tree Private 2   07/02/2014 12:00:00 AM 1 3x3   5999632.3 2118174.9 37.7960819303033 -122.44530359746 (37.7960819303033, -122.44530359746) 13 9 1 57 17
84057 113779 Undocumented 4 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 322 LISBON ST   Sidewalk: Curb side : Cutout Tree Private 2       3x3   6002684 2091576 37.723221487961 -122.432842971004 (37.723221487961, -122.432842971004) 9 7 6 28861 5

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