5 rows where qCaretaker_id = 1 and qSpecies_id = 69 sorted by qCareAssistant

View and edit SQL

qCaretaker_id

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)
25209 9281 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2X George Ct 4 Sidewalk: Curb side : Cutout Tree DPW 1     18 3X3   6017254.34484 2094072.23029 37.7308912760903 -122.382649209712 (37.7308912760903, -122.382649209712) 10 3 8 58 1
92886 9278 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2X George Ct 1 Sidewalk: Curb side : Cutout Tree DPW 1     3 3X3   6017336.34863 2094035.36657 37.7307945855032 -122.382363142567 (37.7307945855032, -122.382363142567) 10 3 8 58 1
108071 9280 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2X George Ct 3 Sidewalk: Curb side : Cutout Tree DPW 1     18 3X3   6017284.68547 2094063.55781 37.7308691392805 -122.382543712932 (37.7308691392805, -122.382543712932) 10 3 8 58 1
173389 9279 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 2X George Ct 2 Sidewalk: Curb side : Cutout Tree DPW 1     18 3X3   6017318.48067 2094048.61482 37.7308299756143 -122.382425836978 (37.7308299756143, -122.382425836978) 10 3 8 58 1
185067 1686 DPW Maintained 1 Corymbia maculata :: Spotted Gum 69 4X Baldwin Ct 1 Sidewalk: Curb side : Cutout Tree DPW 1   11/19/2015 01:24:00 PM 3 3X3   6017606.12986 2093597.15559 37.7296062420266 -122.381399995617 (37.7296062420266, -122.381399995617) 10 3 8 58 1

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