5 rows where SiteOrder = 6 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)
90877 116171 Undocumented 4 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 1786 CARROLL AVE 6 Sidewalk: Curb side : Cutout Tree Private 2     1 3x15   6013382 2092582 37.7265847203042 -122.395932246796 (37.7265847203042, -122.395932246796) 10 3 8 58 1
127127 109020 Undocumented 4 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 111x 14th St 6 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6007970.1 2107738.8 37.7678993280557 -122.415713764528 (37.7678993280557, -122.415713764528) 8 4 7 28853 19
176478 108673 Undocumented 4 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 290x DORLAND ST 6 Sidewalk: Curb side : Cutout Tree Private 2     12 3x3   6003652 2105829 37.762411792447 -122.430513287182 (37.762411792447, -122.430513287182) 8 4 5 28862 3
180509 113981 Undocumented 4 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 1180 STANYAN ST 6 Sidewalk: Curb side : Cutout Tree Rec/Park 5       3x3   5997407 2106053 37.7626710894654 -122.452128484278 (37.7626710894654, -122.452128484278) 15 5 11 29492 9
180899 12896 DPW Maintained 1 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 255X Larch St 6 Sidewalk: Curb side : Cutout Tree DPW 1   02/02/1990 12:00:00 AM 3 3X3   6006360.81512 2112999.88713 37.7822544100736 -122.421653822027 (37.7822544100736, -122.421653822027) 7 9 11 28852 41

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