3 rows where qCareAssistant = "FUF" and qSpecies_id = 138

View and edit SQL

qCareAssistant

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)
26897 81877 Permitted Site 7 Pittosporum eugenioides :: Tarata 138 1380 12th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/23/2014 12:00:00 AM 3 3x3 Permit Number 773644 5992433.71699481 2106077.08224854 37.7624510738005 -122.469330889187 (37.7624510738005, -122.469330889187) 1 8 11 56 12
163653 255505 Permitted Site 7 Pittosporum eugenioides :: Tarata 138 51 Rosewood Dr   Sidewalk: Curb side : Cutout Tree Private 2 FUF 06/01/2018 12:00:00 AM 3 3x3 Permit Number 781973 5994862.1784 2095632.68066 37.7339134131461 -122.460175070614 (37.7339134131461, -122.460175070614) 9 8 4 59 40
166031 62163 DPW Maintained 1 Pittosporum eugenioides :: Tarata 138 80 Santa Ynez Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 09/30/1985 12:00:00 AM 11   Permit Number 22278 6000618.37391 2092117.41472 37.7245907157774 -122.440022226756 (37.7245907157774, -122.440022226756) 9 7 6 28861 25

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