5 rows where SiteOrder = 7 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)
16262 6710 DPW Maintained 1 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 1200X Fairfax Ave 7 Sidewalk: Curb side : Cutout Tree DPW 1   10/31/1997 12:00:00 AM 6 3x3   6017621.9936242 2096730.3826429 37.7382103402349 -122.381562963191 (37.7382103402349, -122.381562963191) 10 3 8 58 1
19233 108674 Undocumented 4 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 290x DORLAND ST 7 Sidewalk: Curb side : Cutout Tree Private 2     10 3x3   6003652 2105829 37.762411792447 -122.430513287182 (37.762411792447, -122.430513287182) 8 4 5 28862 3
28174 12897 DPW Maintained 1 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 255X Larch St 7 Sidewalk: Curb side : Cutout Tree DPW 1     6 3X3   6006360.81512 2112999.88713 37.7822544100736 -122.421653822027 (37.7822544100736, -122.421653822027) 7 9 11 28852 41
128074 116172 Undocumented 4 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 1786 CARROLL AVE 7 Sidewalk: Curb side : Cutout Tree Private 2     1 3x15   6013382 2092582 37.7265847203042 -122.395932246796 (37.7265847203042, -122.395932246796) 10 3 8 58 1
194140 2459 DPW Maintained 1 Prunus cerasifera 'Atropurpurea' :: Purple-Leaf Plum 201 1801X Buchanan St 7 Sidewalk: Curb side : Cutout Tree DPW 1   02/18/1998 12:00:00 AM 3 4X4   6003961.1396892 2114603.1916159 37.7865210759478 -122.430070036959 (37.7865210759478, -122.430070036959) 13 9 11 29490 27

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