5 rows where qSpecies_id = 417 sorted by SiteOrder

View and edit SQL

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)
51932 253858 Landmark tree 11 Arctostaphylos manzanita 'Dr Hurd' :: Dr. Hurd Manzanita 417 115 Parker Ave 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5996817 2113681 37.7835817804999 -122.454720202744 (37.7835817804999, -122.454720202744) 11 6 1 54 31
96316 188242 DPW Maintained 1 Arctostaphylos manzanita 'Dr Hurd' :: Dr. Hurd Manzanita 417 1501 22nd St 5 Front Yard : Yard Tree Private 2     4     6013449.07609 2103818.33025 37.7574410552635 -122.396487638318 (37.7574410552635, -122.396487638318) 10 3 8 28856 29
26946 188243 DPW Maintained 1 Arctostaphylos manzanita 'Dr Hurd' :: Dr. Hurd Manzanita 417 1501 22nd St 6 Front Yard : Yard Tree Private 2     3     6013438.98861 2103818.05651 37.7574397422545 -122.396522505906 (37.7574397422545, -122.396522505906) 10 3 8 28856 29
121140 188244 DPW Maintained 1 Arctostaphylos manzanita 'Dr Hurd' :: Dr. Hurd Manzanita 417 1501 22nd St 7 Front Yard : Yard Tree Private 2     2     6013430.32609 2103817.03694 37.7574364606507 -122.396552393097 (37.7574364606507, -122.396552393097) 10 3 8 28856 29
109174 188245 DPW Maintained 1 Arctostaphylos manzanita 'Dr Hurd' :: Dr. Hurd Manzanita 417 1501 22nd St 9 Front Yard : Yard Tree Private 2     1     6013422.64772 2103817.19257 37.7574364606542 -122.396578959058 (37.7574364606542, -122.396578959058) 10 3 8 28856 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)
);